Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-47300 (GCVE-0-2026-47300)
Vulnerability from cvelistv5 – Published: 2026-07-14 18:20 – Updated: 2026-08-03 22:52- CWE-303 - Incorrect Implementation of Authentication Algorithm
| URL | Tags |
|---|---|
| https://msrc.microsoft.com/update-guide/vulnerabi… | vendor-advisorypatch |
| Vendor | Product | Version | |
|---|---|---|---|
| Microsoft | .NET 10.0 |
Affected:
10.0.0 , < 10.0.10
(custom)
|
|
| Microsoft | .NET 8.0 |
Affected:
8.0.0 , < 8.0.29
(custom)
|
|
| Microsoft | .NET 9.0 |
Affected:
9.0.0 , < 9.0.18
(custom)
|
|
| Microsoft | Microsoft Visual Studio 2022 version 17.12 |
Affected:
17.12.0 , < 17.12.22
(custom)
|
|
| Microsoft | Microsoft Visual Studio 2022 version 17.14 |
Affected:
17.14.0 , < 17.14.36
(custom)
|
|
| Microsoft | Microsoft Visual Studio 2026 version 18.7 |
Affected:
18.0 , < 18.7.4
(custom)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-47300",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-15T03:57:39.408951Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-15T10:57:52.578Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": ".NET 10.0",
"vendor": "Microsoft",
"versions": [
{
"lessThan": "10.0.10",
"status": "affected",
"version": "10.0.0",
"versionType": "custom"
}
]
},
{
"product": ".NET 8.0",
"vendor": "Microsoft",
"versions": [
{
"lessThan": "8.0.29",
"status": "affected",
"version": "8.0.0",
"versionType": "custom"
}
]
},
{
"product": ".NET 9.0",
"vendor": "Microsoft",
"versions": [
{
"lessThan": "9.0.18",
"status": "affected",
"version": "9.0.0",
"versionType": "custom"
}
]
},
{
"product": "Microsoft Visual Studio 2022 version 17.12",
"vendor": "Microsoft",
"versions": [
{
"lessThan": "17.12.22",
"status": "affected",
"version": "17.12.0",
"versionType": "custom"
}
]
},
{
"product": "Microsoft Visual Studio 2022 version 17.14",
"vendor": "Microsoft",
"versions": [
{
"lessThan": "17.14.36",
"status": "affected",
"version": "17.14.0",
"versionType": "custom"
}
]
},
{
"product": "Microsoft Visual Studio 2026 version 18.7",
"vendor": "Microsoft",
"versions": [
{
"lessThan": "18.7.4",
"status": "affected",
"version": "18.0",
"versionType": "custom"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*",
"versionEndExcluding": "10.0.10",
"versionStartIncluding": "10.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*",
"versionEndExcluding": "8.0.29",
"versionStartIncluding": "8.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*",
"versionEndExcluding": "9.0.18",
"versionStartIncluding": "9.0.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:microsoft:visual_studio_2022:*:*:*:*:*:*:*:*",
"versionEndExcluding": "17.12.22",
"versionStartIncluding": "17.12.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:microsoft:visual_studio_2022:*:*:*:*:*:*:*:*",
"versionEndExcluding": "17.14.36",
"versionStartIncluding": "17.14.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:microsoft:visual_studio_2026:*:*:*:*:*:*:*:*",
"versionEndExcluding": "18.7.4",
"versionStartIncluding": "18.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"datePublic": "2026-07-14T14:00:00.000Z",
"descriptions": [
{
"lang": "en-US",
"value": "Incorrect implementation of authentication algorithm in ASP.NET Core allows an authorized attacker to elevate privileges over a network."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C",
"version": "3.1"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en-US",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-303",
"description": "CWE-303: Incorrect Implementation of Authentication Algorithm",
"lang": "en-US",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-03T22:52:50.586Z",
"orgId": "f38d906d-7342-40ea-92c1-6c4a2c6478c8",
"shortName": "microsoft"
},
"references": [
{
"name": "ASP.NET Core Elevation of Privilege Vulnerability",
"tags": [
"vendor-advisory",
"patch"
],
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"title": "ASP.NET Core Elevation of Privilege Vulnerability"
}
},
"cveMetadata": {
"assignerOrgId": "f38d906d-7342-40ea-92c1-6c4a2c6478c8",
"assignerShortName": "microsoft",
"cveId": "CVE-2026-47300",
"datePublished": "2026-07-14T18:20:12.225Z",
"dateReserved": "2026-05-18T23:53:33.897Z",
"dateUpdated": "2026-08-03T22:52:50.586Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-47300",
"date": "2026-08-04",
"epss": "0.00527",
"percentile": "0.41683"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-47300\",\"sourceIdentifier\":\"secure@microsoft.com\",\"published\":\"2026-07-14T19:17:08.303\",\"lastModified\":\"2026-07-22T21:17:15.357\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Incorrect implementation of authentication algorithm in ASP.NET Core allows an authorized attacker to elevate privileges over a network.\"}],\"affected\":[{\"source\":\"secure@microsoft.com\",\"affectedData\":[{\"vendor\":\"Microsoft\",\"product\":\".NET 10.0\",\"versions\":[{\"version\":\"10.0.0\",\"lessThan\":\"10.0.10\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Microsoft\",\"product\":\".NET 8.0\",\"versions\":[{\"version\":\"8.0.0\",\"lessThan\":\"8.0.29\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Microsoft\",\"product\":\".NET 9.0\",\"versions\":[{\"version\":\"9.0.0\",\"lessThan\":\"9.0.18\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Microsoft\",\"product\":\"Microsoft Visual Studio 2022 version 17.12\",\"versions\":[{\"version\":\"17.12.0\",\"lessThan\":\"17.12.22\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Microsoft\",\"product\":\"Microsoft Visual Studio 2022 version 17.14\",\"versions\":[{\"version\":\"17.14.0\",\"lessThan\":\"17.14.36\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Microsoft\",\"product\":\"Microsoft Visual Studio 2026 version 18.7\",\"versions\":[{\"version\":\"18.0\",\"lessThan\":\"18.7.4\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"secure@microsoft.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-07-15T03:57:39.408951Z\",\"id\":\"CVE-2026-47300\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"secure@microsoft.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-303\"}]}],\"configurations\":[{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.29\",\"matchCriteriaId\":\"1144FF26-EDCE-4609-A3E8-56DD190B0953\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"9.0.0\",\"versionEndExcluding\":\"9.0.18\",\"matchCriteriaId\":\"140E7E20-8E57-462D-B4B5-8A26B4A23925\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"387021A0-AF36-463C-A605-32EA7DAC172E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"703AF700-7A70-47E2-BC3A-7FD03B3CA9C1\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A2572D17-1DE6-457B-99CC-64AFD54487EA\"}]}]},{\"operator\":\"AND\",\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"10.0.0\",\"versionEndExcluding\":\"10.0.6\",\"matchCriteriaId\":\"CD89D801-933E-4D78-9187-D2CA94370FA0\"}]},{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"387021A0-AF36-463C-A605-32EA7DAC172E\"},{\"vulnerable\":false,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"703AF700-7A70-47E2-BC3A-7FD03B3CA9C1\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:microsoft:visual_studio_2022:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"17.12.0\",\"versionEndExcluding\":\"17.12.22\",\"matchCriteriaId\":\"198B86D0-5A5A-49AF-8095-FB2E481E9440\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:microsoft:visual_studio_2022:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"17.14.0\",\"versionEndExcluding\":\"17.14.36\",\"matchCriteriaId\":\"03F88475-3382-48DF-B2C7-7DCDA8A0EBE7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:microsoft:visual_studio_2026:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"18.7.0\",\"versionEndExcluding\":\"18.7.4\",\"matchCriteriaId\":\"B3FFA460-81F9-43AF-BA00-49AA2D4F0C51\"}]}]}],\"references\":[{\"url\":\"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300\",\"source\":\"secure@microsoft.com\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-07-23T02:37:31+00:00",
"cve": "CVE-2026-47300",
"id": "CVE-2026-47300",
"initial_release_date": "2026-07-14T18:20:12.225000+00:00",
"product_status:fixed": "946",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-47300.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-07-26T23:32:04Z",
"cve": "CVE-2026-47300",
"id": "CVE-2026-47300",
"initial_release_date": "2026-07-22T16:27:05Z",
"product_status:recommended": "121",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-47300",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-47300.json",
"version": "5"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-47300\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-07-15T03:57:39.408951Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-07-15T10:57:46.815Z\"}}], \"cna\": {\"title\": \"ASP.NET Core Elevation of Privilege Vulnerability\", \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 8.8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C\"}, \"scenarios\": [{\"lang\": \"en-US\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"vendor\": \"Microsoft\", \"product\": \".NET 10.0\", \"versions\": [{\"status\": \"affected\", \"version\": \"10.0.0\", \"lessThan\": \"10.0.10\", \"versionType\": \"custom\"}]}, {\"vendor\": \"Microsoft\", \"product\": \".NET 8.0\", \"versions\": [{\"status\": \"affected\", \"version\": \"8.0.0\", \"lessThan\": \"8.0.29\", \"versionType\": \"custom\"}]}, {\"vendor\": \"Microsoft\", \"product\": \".NET 9.0\", \"versions\": [{\"status\": \"affected\", \"version\": \"9.0.0\", \"lessThan\": \"9.0.18\", \"versionType\": \"custom\"}]}, {\"vendor\": \"Microsoft\", \"product\": \"Microsoft Visual Studio 2022 version 17.12\", \"versions\": [{\"status\": \"affected\", \"version\": \"17.12.0\", \"lessThan\": \"17.12.22\", \"versionType\": \"custom\"}]}, {\"vendor\": \"Microsoft\", \"product\": \"Microsoft Visual Studio 2022 version 17.14\", \"versions\": [{\"status\": \"affected\", \"version\": \"17.14.0\", \"lessThan\": \"17.14.36\", \"versionType\": \"custom\"}]}, {\"vendor\": \"Microsoft\", \"product\": \"Microsoft Visual Studio 2026 version 18.7\", \"versions\": [{\"status\": \"affected\", \"version\": \"18.0\", \"lessThan\": \"18.7.4\", \"versionType\": \"custom\"}]}], \"datePublic\": \"2026-07-14T14:00:00.000Z\", \"references\": [{\"url\": \"https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300\", \"name\": \"ASP.NET Core Elevation of Privilege Vulnerability\", \"tags\": [\"vendor-advisory\", \"patch\"]}], \"descriptions\": [{\"lang\": \"en-US\", \"value\": \"Incorrect implementation of authentication algorithm in ASP.NET Core allows an authorized attacker to elevate privileges over a network.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en-US\", \"type\": \"CWE\", \"cweId\": \"CWE-303\", \"description\": \"CWE-303: Incorrect Implementation of Authentication Algorithm\"}]}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"10.0.10\", \"versionStartIncluding\": \"10.0.0\"}, {\"criteria\": \"cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"8.0.29\", \"versionStartIncluding\": \"8.0.0\"}, {\"criteria\": \"cpe:2.3:a:microsoft:.net:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"9.0.18\", \"versionStartIncluding\": \"9.0.0\"}, {\"criteria\": \"cpe:2.3:a:microsoft:visual_studio_2022:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"17.12.22\", \"versionStartIncluding\": \"17.12.0\"}, {\"criteria\": \"cpe:2.3:a:microsoft:visual_studio_2022:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"17.14.36\", \"versionStartIncluding\": \"17.14.0\"}, {\"criteria\": \"cpe:2.3:a:microsoft:visual_studio_2026:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"18.7.4\", \"versionStartIncluding\": \"18.0\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"f38d906d-7342-40ea-92c1-6c4a2c6478c8\", \"shortName\": \"microsoft\", \"dateUpdated\": \"2026-08-03T22:52:50.586Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-47300\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-03T22:52:50.586Z\", \"dateReserved\": \"2026-05-18T23:53:33.897Z\", \"assignerOrgId\": \"f38d906d-7342-40ea-92c1-6c4a2c6478c8\", \"datePublished\": \"2026-07-14T18:20:12.225Z\", \"assignerShortName\": \"microsoft\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:41894
Vulnerability from csaf_redhat - Published: 2026-07-20 05:23 - Updated: 2026-07-23 03:46A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for .NET 8.0 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 8.0.129 and .NET Runtime 8.0.29.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET: Denial of Service due to uncontrolled resource allocation (CVE-2026-50525)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 8.0 to SDK 8.0.129 and Runtime 8.0.29 [rhel-9.8.z] (JIRA:RHEL-192467)\n\n* dotnet8.0: Reduce time to detect hanging builds during .NET RPM builds (c9s) [rhel-9.8.z] (JIRA:RHEL-192337)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:41894",
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_41894.json"
}
],
"title": "Red Hat Security Advisory: .NET 8.0 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T03:46:04+00:00",
"generator": {
"date": "2026-07-23T03:46:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:41894",
"initial_release_date": "2026-07-20T05:23:55+00:00",
"revision_history": [
{
"date": "2026-07-20T05:23:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T05:23:55+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T03:46:04+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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"product_id": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-source-built-artifacts@8.0.129-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"product": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"product_id": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debugsource@8.0.129-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product_id": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0-debuginfo@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product_id": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0-debuginfo@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product_id": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0-debuginfo@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"product_id": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-debuginfo@8.0.129-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"product": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"product_id": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debuginfo@8.0.129-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"product_id": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"product_id": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-8.0@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product_id": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-8.0@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product_id": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"product_id": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"product_id": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"product_id": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-8.0@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"product_id": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0@8.0.129-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"product_id": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-8.0@8.0.129-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product_id": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-8.0@8.0.29-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"product": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"product_id": "dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-8.0@8.0.129-1.el9_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-source-built-artifacts@8.0.129-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"product": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"product_id": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debugsource@8.0.129-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product_id": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0-debuginfo@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product_id": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0-debuginfo@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0-debuginfo@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-debuginfo@8.0.129-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"product": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"product_id": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debuginfo@8.0.129-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_id": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_id": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-8.0@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_id": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-8.0@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_id": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_id": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-8.0@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0@8.0.129-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-8.0@8.0.129-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_id": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-8.0@8.0.29-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"product": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"product_id": "dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-8.0@8.0.129-1.el9_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"product_id": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-source-built-artifacts@8.0.129-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"product": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"product_id": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debugsource@8.0.129-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product_id": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0-debuginfo@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product_id": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0-debuginfo@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product_id": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0-debuginfo@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"product_id": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-debuginfo@8.0.129-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"product": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"product_id": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debuginfo@8.0.129-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"product_id": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"product_id": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-8.0@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product_id": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-8.0@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product_id": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"product_id": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"product_id": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"product_id": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-8.0@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"product_id": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0@8.0.129-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"product_id": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-8.0@8.0.129-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product_id": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-8.0@8.0.29-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"product": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"product_id": "dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-8.0@8.0.129-1.el9_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"product_id": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-source-built-artifacts@8.0.129-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"product": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"product_id": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debugsource@8.0.129-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product_id": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0-debuginfo@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product_id": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0-debuginfo@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product_id": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0-debuginfo@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"product_id": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-debuginfo@8.0.129-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"product": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"product_id": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debuginfo@8.0.129-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"product_id": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"product_id": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-8.0@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product_id": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-8.0@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product_id": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"product_id": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"product_id": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"product_id": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-8.0@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"product_id": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0@8.0.129-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"product_id": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-8.0@8.0.129-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product_id": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-8.0@8.0.29-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"product": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"product_id": "dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-8.0@8.0.129-1.el9_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet8.0-0:8.0.129-1.el9_8.src",
"product": {
"name": "dotnet8.0-0:8.0.129-1.el9_8.src",
"product_id": "dotnet8.0-0:8.0.129-1.el9_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0@8.0.129-1.el9_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-0:8.0.129-1.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src"
},
"product_reference": "dotnet8.0-0:8.0.129-1.el9_8.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50525",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:03.113976+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500580"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50525"
},
{
"category": "external",
"summary": "RHBZ#2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525"
}
],
"release_date": "2026-07-14T19:29:54.357000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:23:55+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41894"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
RHSA-2026:41895
Vulnerability from csaf_redhat - Published: 2026-07-20 04:53 - Updated: 2026-07-23 03:46A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for .NET 9.0 is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 9.0.119 and .NET Runtime 9.0.18.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 9.0 to SDK 9.0.119 and Runtime 9.0.18 [rhel-10.2.z] (JIRA:RHEL-192473)\n\n* dotnet9.0: Reduce time to detect hanging builds during .NET RPM builds (c10s) [rhel-10.2.z] (JIRA:RHEL-192330)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:41895",
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_41895.json"
}
],
"title": "Red Hat Security Advisory: .NET 9.0 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T03:46:04+00:00",
"generator": {
"date": "2026-07-23T03:46:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:41895",
"initial_release_date": "2026-07-20T04:53:39+00:00",
"revision_history": [
{
"date": "2026-07-20T04:53:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T04:53:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T03:46:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"product_id": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0@9.0.119-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"product_id": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0-debuginfo@9.0.119-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"product_id": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0@9.0.119-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"product_id": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0-debuginfo@9.0.119-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet9.0-0:9.0.119-1.el10_2.src",
"product": {
"name": "dotnet9.0-0:9.0.119-1.el10_2.src",
"product_id": "dotnet9.0-0:9.0.119-1.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0@9.0.119-1.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-0:9.0.119-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src"
},
"product_reference": "dotnet9.0-0:9.0.119-1.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:53:39+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",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41895"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-9.0-0:9.0.18-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-9.0-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet9.0-0:9.0.119-1.el10_2.src",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.aarch64",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.ppc64le",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.s390x",
"AppStream-10.2.Z:netstandard-targeting-pack-2.1-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.s390x",
"CRB-10.2.Z:dotnet9.0-debugsource-0:9.0.119-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
RHSA-2026:41896
Vulnerability from csaf_redhat - Published: 2026-07-20 06:47 - Updated: 2026-07-23 03:46A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for .NET 9.0 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 9.0.119 and .NET Runtime 9.0.18.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET: Denial of Service due to uncontrolled resource allocation (CVE-2026-50525)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 9.0 to SDK 9.0.119 and Runtime 9.0.18 [rhel-9.8.z] (JIRA:RHEL-192472)\n\n* dotnet9.0: Reduce time to detect hanging builds during .NET RPM builds (c9s) [rhel-9.8.z] (JIRA:RHEL-192338)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:41896",
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_41896.json"
}
],
"title": "Red Hat Security Advisory: .NET 9.0 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T03:46:05+00:00",
"generator": {
"date": "2026-07-23T03:46:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:41896",
"initial_release_date": "2026-07-20T06:47:20+00:00",
"revision_history": [
{
"date": "2026-07-20T06:47:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T06:47:20+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T03:46:05+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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0-debuginfo@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debuginfo@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el9_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"product": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"product_id": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debuginfo@9.0.119-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el9_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0-debuginfo@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debuginfo@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el9_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"product": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"product_id": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debuginfo@9.0.119-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el9_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet9.0-0:9.0.119-1.el9_8.src",
"product": {
"name": "dotnet9.0-0:9.0.119-1.el9_8.src",
"product_id": "dotnet9.0-0:9.0.119-1.el9_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0@9.0.119-1.el9_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-0:9.0.119-1.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src"
},
"product_reference": "dotnet9.0-0:9.0.119-1.el9_8.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50525",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:03.113976+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500580"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50525"
},
{
"category": "external",
"summary": "RHBZ#2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525"
}
],
"release_date": "2026-07-14T19:29:54.357000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:47:20+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41896"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
RHSA-2026:41897
Vulnerability from csaf_redhat - Published: 2026-07-20 04:59 - Updated: 2026-07-23 03:46A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for .NET 10.0 is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 10.0.110 and .NET Runtime 10.0.10.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 10.0 to SDK 10.0.110 and Runtime 10.0.10 [rhel-10.2.z] (JIRA:RHEL-192463)\n\n* dotnet10.0: Reduce time to detect hanging builds during .NET RPM builds (c10s) [rhel-10.2.z] (JIRA:RHEL-192326)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:41897",
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_41897.json"
}
],
"title": "Red Hat Security Advisory: .NET 10.0 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T03:46:06+00:00",
"generator": {
"date": "2026-07-23T03:46:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:41897",
"initial_release_date": "2026-07-20T04:59:40+00:00",
"revision_history": [
{
"date": "2026-07-20T04:59:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T04:59:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T03:46:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.2"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-host-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-host-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"product_id": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0@10.0.110-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"product_id": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0-debuginfo@10.0.110-1.el10_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el10_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el10_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el10_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-host-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-host-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"product_id": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0@10.0.110-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"product_id": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0-debuginfo@10.0.110-1.el10_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el10_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-host-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-host-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el10_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el10_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet10.0-0:10.0.110-1.el10_2.src",
"product": {
"name": "dotnet10.0-0:10.0.110-1.el10_2.src",
"product_id": "dotnet10.0-0:10.0.110-1.el10_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0@10.0.110-1.el10_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-host-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-host-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-host-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-0:10.0.110-1.el10_2.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src"
},
"product_reference": "dotnet10.0-0:10.0.110-1.el10_2.src",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "AppStream-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"relates_to_product_reference": "CRB-10.2.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"relates_to_product_reference": "CRB-10.2.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:59:40+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41897"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-runtime-dbg-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-sdk-dbg-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-targeting-pack-10.0-0:10.0.10-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet-templates-10.0-0:10.0.110-1.el10_2.x86_64",
"AppStream-10.2.Z:dotnet10.0-0:10.0.110-1.el10_2.src",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"AppStream-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-host-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el10_2.x86_64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.aarch64",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.ppc64le",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.s390x",
"CRB-10.2.Z:dotnet10.0-debugsource-0:10.0.110-1.el10_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
RHSA-2026:41898
Vulnerability from csaf_redhat - Published: 2026-07-20 06:51 - Updated: 2026-07-23 03:46A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for .NET 10.0 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 10.0.110 and .NET Runtime 10.0.10.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET: Denial of Service due to uncontrolled resource allocation (CVE-2026-50525)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 10.0 to SDK 10.0.110 and Runtime 10.0.10 [rhel-9.8.z] (JIRA:RHEL-192462)\n\n* dotnet10.0: Reduce time to detect hanging builds during .NET RPM builds (c9s) [rhel-9.8.z] (JIRA:RHEL-192336)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:41898",
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_41898.json"
}
],
"title": "Red Hat Security Advisory: .NET 10.0 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T03:46:09+00:00",
"generator": {
"date": "2026-07-23T03:46:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:41898",
"initial_release_date": "2026-07-20T06:51:15+00:00",
"revision_history": [
{
"date": "2026-07-20T06:51:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T06:51:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T03:46:09+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. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0-debuginfo@10.0.110-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debuginfo@10.0.110-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-host-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-host-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0@10.0.110-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el9_8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el9_8?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"product": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"product_id": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debuginfo@10.0.110-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el9_8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el9_8?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0-debuginfo@10.0.110-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debuginfo@10.0.110-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-host-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-host-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0@10.0.110-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el9_8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el9_8?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"product": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"product_id": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debuginfo@10.0.110-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-host-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-host-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el9_8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el9_8?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet10.0-0:10.0.110-1.el9_8.src",
"product": {
"name": "dotnet10.0-0:10.0.110-1.el9_8.src",
"product_id": "dotnet10.0-0:10.0.110-1.el9_8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0@10.0.110-1.el9_8?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-host-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-host-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-host-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-0:10.0.110-1.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src"
},
"product_reference": "dotnet10.0-0:10.0.110-1.el9_8.src",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"relates_to_product_reference": "CRB-9.8.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50525",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:03.113976+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500580"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50525"
},
{
"category": "external",
"summary": "RHBZ#2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525"
}
],
"release_date": "2026-07-14T19:29:54.357000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"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-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T06:51:15+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",
"product_ids": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41898"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el9_8.src",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"AppStream-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el9_8.x86_64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.aarch64",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.ppc64le",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.s390x",
"CRB-9.8.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el9_8.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
RHSA-2026:41899
Vulnerability from csaf_redhat - Published: 2026-07-20 04:22 - Updated: 2026-07-23 03:46A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for .NET 9.0 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 9.0.119 and .NET Runtime 9.0.18.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET: Denial of Service due to uncontrolled resource allocation (CVE-2026-50525)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 9.0 to SDK 9.0.119 and Runtime 9.0.18 (JIRA:RHEL-192469)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:41899",
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_41899.json"
}
],
"title": "Red Hat Security Advisory: .NET 9.0 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T03:46:06+00:00",
"generator": {
"date": "2026-07-23T03:46:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:41899",
"initial_release_date": "2026-07-20T04:22:39+00:00",
"revision_history": [
{
"date": "2026-07-20T04:22:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T04:22:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T03:46:06+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. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0-debuginfo@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debuginfo@9.0.119-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"product": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"product_id": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debuginfo@9.0.119-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-9.0-debuginfo@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debuginfo@9.0.119-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"product_id": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-9.0@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"product_id": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-9.0@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product_id": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-9.0@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product_id": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"product_id": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"product_id": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"product_id": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-9.0@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"product_id": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0@9.0.119-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"product_id": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-9.0@9.0.119-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product_id": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-9.0@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"product": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"product_id": "dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-9.0@9.0.119-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"product": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"product_id": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netstandard-targeting-pack-2.1@9.0.119-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"product": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"product_id": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debugsource@9.0.119-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product_id": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-9.0-debuginfo@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product_id": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-9.0-debuginfo@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product_id": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-9.0-debuginfo@9.0.18-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"product_id": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-debuginfo@9.0.119-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"product": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"product_id": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0-debuginfo@9.0.119-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"product_id": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-9.0-source-built-artifacts@9.0.119-1.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet9.0-0:9.0.119-1.el8_10.src",
"product": {
"name": "dotnet9.0-0:9.0.119-1.el8_10.src",
"product_id": "dotnet9.0-0:9.0.119-1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet9.0@9.0.119-1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-0:9.0.119-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src"
},
"product_reference": "dotnet9.0-0:9.0.119-1.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
},
"product_reference": "dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50525",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:03.113976+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500580"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50525"
},
{
"category": "external",
"summary": "RHBZ#2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525"
}
],
"release_date": "2026-07-14T19:29:54.357000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:22:39+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41899"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-9.0-0:9.0.18-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-9.0-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-0:9.0.119-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:netstandard-targeting-pack-2.1-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-9.0-debuginfo-0:9.0.18-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-9.0-source-built-artifacts-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debuginfo-0:9.0.119-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet9.0-debugsource-0:9.0.119-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
RHSA-2026:41900
Vulnerability from csaf_redhat - Published: 2026-07-20 04:56 - Updated: 2026-07-23 03:46A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for .NET 10.0 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 10.0.110 and .NET Runtime 10.0.10.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET: Denial of Service due to uncontrolled resource allocation (CVE-2026-50525)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 10.0 to SDK 10.0.110 and Runtime 10.0.10 (JIRA:RHEL-192459)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:41900",
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_41900.json"
}
],
"title": "Red Hat Security Advisory: .NET 10.0 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T03:46:07+00:00",
"generator": {
"date": "2026-07-23T03:46:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:41900",
"initial_release_date": "2026-07-20T04:56:29+00:00",
"revision_history": [
{
"date": "2026-07-20T04:56:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T04:56:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T03:46:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-host-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-host-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0-debuginfo@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debuginfo@10.0.110-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-0:10.0.110-1.el8_10.ppc64le",
"product": {
"name": "dotnet-0:10.0.110-1.el8_10.ppc64le",
"product_id": "dotnet-0:10.0.110-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet@10.0.110-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"product": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"product_id": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debuginfo@10.0.110-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-host-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-host-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-aot-10.0-debuginfo@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debuginfo@10.0.110-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"product_id": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-10.0@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"product_id": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-10.0@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product_id": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-10.0@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-0:10.0.110-1.el8_10.s390x",
"product": {
"name": "dotnet-0:10.0.110-1.el8_10.s390x",
"product_id": "dotnet-0:10.0.110-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet@10.0.110-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-host-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-host-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-10.0@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"product_id": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0@10.0.110-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"product_id": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-10.0@10.0.110-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-10.0@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"product": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"product_id": "dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-10.0@10.0.110-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"product": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"product_id": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debugsource@10.0.110-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-10.0-debuginfo@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-host-debuginfo@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-10.0-debuginfo@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product_id": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-10.0-debuginfo@10.0.10-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"product_id": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-debuginfo@10.0.110-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"product": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"product_id": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0-debuginfo@10.0.110-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"product_id": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-10.0-source-built-artifacts@10.0.110-1.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet10.0-0:10.0.110-1.el8_10.src",
"product": {
"name": "dotnet10.0-0:10.0.110-1.el8_10.src",
"product_id": "dotnet10.0-0:10.0.110-1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet10.0@10.0.110-1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-host-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-host-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-host-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-0:10.0.110-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src"
},
"product_reference": "dotnet10.0-0:10.0.110-1.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
},
"product_reference": "dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50525",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:03.113976+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500580"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50525"
},
{
"category": "external",
"summary": "RHBZ#2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525"
}
],
"release_date": "2026-07-14T19:29:54.357000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T04:56: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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41900"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-10.0-0:10.0.10-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-10.0-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-0:10.0.110-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-host-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-10.0-debuginfo-0:10.0.10-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-10.0-source-built-artifacts-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-aot-10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debuginfo-0:10.0.110-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet10.0-debugsource-0:10.0.110-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
RHSA-2026:41901
Vulnerability from csaf_redhat - Published: 2026-07-20 05:03 - Updated: 2026-07-23 03:46A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for .NET 8.0 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 8.0.129 and .NET Runtime 8.0.29.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET: Denial of Service due to uncontrolled resource allocation (CVE-2026-50525)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 8.0 to SDK 8.0.129 and Runtime 8.0.29 (JIRA:RHEL-192464)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:41901",
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_41901.json"
}
],
"title": "Red Hat Security Advisory: .NET 8.0 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-07-23T03:46:11+00:00",
"generator": {
"date": "2026-07-23T03:46:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.7"
}
},
"id": "RHSA-2026:41901",
"initial_release_date": "2026-07-20T05:03:49+00:00",
"revision_history": [
{
"date": "2026-07-20T05:03:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-20T05:03:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-07-23T03:46:11+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. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"product_id": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"product_id": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-8.0@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product_id": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-8.0@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product_id": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"product_id": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"product_id": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"product_id": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-8.0@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"product_id": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0@8.0.129-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"product_id": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-8.0@8.0.129-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product_id": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-8.0@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"product": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"product_id": "dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-8.0@8.0.129-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"product": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"product_id": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debugsource@8.0.129-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product_id": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0-debuginfo@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product_id": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0-debuginfo@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product_id": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0-debuginfo@8.0.29-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"product_id": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-debuginfo@8.0.129-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"product": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"product_id": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debuginfo@8.0.129-1.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"product": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"product_id": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-source-built-artifacts@8.0.129-1.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_id": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_id": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-8.0@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_id": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-8.0@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_id": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_id": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-8.0@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0@8.0.129-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-8.0@8.0.129-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_id": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-8.0@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"product": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"product_id": "dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-8.0@8.0.129-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"product": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"product_id": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debugsource@8.0.129-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product_id": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0-debuginfo@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product_id": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0-debuginfo@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product_id": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0-debuginfo@8.0.29-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-debuginfo@8.0.129-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"product": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"product_id": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debuginfo@8.0.129-1.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"product": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"product_id": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-source-built-artifacts@8.0.129-1.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"product_id": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"product_id": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-8.0@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product_id": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-8.0@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product_id": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"product_id": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"product_id": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"product_id": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-8.0@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"product_id": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0@8.0.129-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"product_id": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-8.0@8.0.129-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product_id": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-8.0@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"product": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"product_id": "dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-8.0@8.0.129-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"product": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"product_id": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debugsource@8.0.129-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product_id": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0-debuginfo@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product_id": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0-debuginfo@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product_id": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0-debuginfo@8.0.29-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"product_id": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-debuginfo@8.0.129-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"product": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"product_id": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debuginfo@8.0.129-1.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"product": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"product_id": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-source-built-artifacts@8.0.129-1.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"product_id": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"product_id": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-dbg-8.0@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product_id": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-targeting-pack-8.0@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product_id": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"product_id": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"product_id": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"product_id": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-dbg-8.0@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"product_id": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0@8.0.129-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"product_id": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-dbg-8.0@8.0.129-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product_id": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-targeting-pack-8.0@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"product": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"product_id": "dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-templates-8.0@8.0.129-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"product": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"product_id": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debugsource@8.0.129-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product_id": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-apphost-pack-8.0-debuginfo@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product_id": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-hostfxr-8.0-debuginfo@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product_id": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-runtime-8.0-debuginfo@8.0.29-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"product_id": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-debuginfo@8.0.129-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"product": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"product_id": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0-debuginfo@8.0.129-1.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"product": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"product_id": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet-sdk-8.0-source-built-artifacts@8.0.129-1.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet8.0-0:8.0.129-1.el8_10.src",
"product": {
"name": "dotnet8.0-0:8.0.129-1.el8_10.src",
"product_id": "dotnet8.0-0:8.0.129-1.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0@8.0.129-1.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-0:8.0.129-1.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src"
},
"product_reference": "dotnet8.0-0:8.0.129-1.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64"
},
"product_reference": "dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
"product_id": "CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
},
"product_reference": "dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50525",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:03.113976+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500580"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50525"
},
{
"category": "external",
"summary": "RHBZ#2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525"
}
],
"release_date": "2026-07-14T19:29:54.357000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"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-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T05:03:49+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",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:41901"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:aspnetcore-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-runtime-dbg-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-sdk-dbg-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-targeting-pack-8.0-0:8.0.29-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet-templates-8.0-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-0:8.0.129-1.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-apphost-pack-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-hostfxr-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-runtime-8.0-debuginfo-0:8.0.29-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet-sdk-8.0-source-built-artifacts-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debuginfo-0:8.0.129-1.el8_10.x86_64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.aarch64",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.ppc64le",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.s390x",
"CRB-8.10.0.Z.MAIN.EUS:dotnet8.0-debugsource-0:8.0.129-1.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
RHSA-2026:42145
Vulnerability from csaf_redhat - Published: 2026-07-20 18:31 - Updated: 2026-08-02 19:04A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.
A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.
A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.
A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.
A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.
A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.
A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.
A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.
A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.
A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.
A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.
A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.
A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.
.NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM
A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.
A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.
A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for Red Hat Hardened Images RPMs is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "This update includes the following RPMs:\n\ndotnet8.0:\n * aspnetcore-runtime-8.0-8.0.29-2.1.hum1 (aarch64, x86_64)\n * aspnetcore-runtime-dbg-8.0-8.0.29-2.1.hum1 (aarch64, x86_64)\n * aspnetcore-targeting-pack-8.0-8.0.29-2.1.hum1 (aarch64, x86_64)\n * dotnet-apphost-pack-8.0-8.0.29-2.1.hum1 (aarch64, x86_64)\n * dotnet-hostfxr-8.0-8.0.29-2.1.hum1 (aarch64, x86_64)\n * dotnet-runtime-8.0-8.0.29-2.1.hum1 (aarch64, x86_64)\n * dotnet-runtime-dbg-8.0-8.0.29-2.1.hum1 (aarch64, x86_64)\n * dotnet-sdk-8.0-8.0.129-2.1.hum1 (aarch64, x86_64)\n * dotnet-sdk-8.0-source-built-artifacts-8.0.129-2.1.hum1 (aarch64, x86_64)\n * dotnet-sdk-dbg-8.0-8.0.129-2.1.hum1 (aarch64, x86_64)\n * dotnet-targeting-pack-8.0-8.0.29-2.1.hum1 (aarch64, x86_64)\n * dotnet-templates-8.0-8.0.129-2.1.hum1 (aarch64, x86_64)\n * dotnet8.0-8.0.129-2.1.hum1.src (src)\n\nSecurity Fix(es):\n\ndotnet8.0:\n * CVE-2026-47304\n * CVE-2026-50646\n * CVE-2026-50649\n * CVE-2026-50650",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:42145",
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-47304",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50646",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50649",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50650",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://images.redhat.com/",
"url": "https://images.redhat.com/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50659",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-47303",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-47300",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-56170",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50527",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50526",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50524",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50648",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50525",
"url": "https://access.redhat.com/security/cve/CVE-2026-50525"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50528",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-47302",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-57108",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-50651",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_42145.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Hardened Images RPMs Security Update",
"tracking": {
"current_release_date": "2026-08-02T19:04:06+00:00",
"generator": {
"date": "2026-08-02T19:04:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.8"
}
},
"id": "RHSA-2026:42145",
"initial_release_date": "2026-07-20T18:31:50+00:00",
"revision_history": [
{
"date": "2026-07-20T18:31:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-01T08:08:43+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-02T19:04:06+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Hardened Images",
"product": {
"name": "Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:hummingbird:1"
}
}
}
],
"category": "product_family",
"name": "Red Hat Hardened Images"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet8-0-main@aarch64",
"product": {
"name": "dotnet8-0-main@aarch64",
"product_id": "dotnet8-0-main@aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-2.1.hum1?arch=aarch64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-aarch64-rpms"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet8-0-main@x86_64",
"product": {
"name": "dotnet8-0-main@x86_64",
"product_id": "dotnet8-0-main@x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aspnetcore-runtime-8.0@8.0.29-2.1.hum1?arch=x86_64\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-x86_64-rpms"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "dotnet8-0-main@src",
"product": {
"name": "dotnet8-0-main@src",
"product_id": "dotnet8-0-main@src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/dotnet8.0@8.0.129-2.1.hum1?arch=src\u0026distro=hummingbird-20251124\u0026repository_id=public-hummingbird-source-rpms"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8-0-main@aarch64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:dotnet8-0-main@aarch64"
},
"product_reference": "dotnet8-0-main@aarch64",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8-0-main@src as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:dotnet8-0-main@src"
},
"product_reference": "dotnet8-0-main@src",
"relates_to_product_reference": "Red Hat Hardened Images"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "dotnet8-0-main@x86_64 as a component of Red Hat Hardened Images",
"product_id": "Red Hat Hardened Images:dotnet8-0-main@x86_64"
},
"product_reference": "dotnet8-0-main@x86_64",
"relates_to_product_reference": "Red Hat Hardened Images"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-47300",
"cwe": {
"id": "CWE-303",
"name": "Incorrect Implementation of Authentication Algorithm"
},
"discovery_date": "2026-07-14T19:01:28.027271+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit an incorrect implementation of the authentication algorithm over a network. This vulnerability allows the attacker to elevate their privileges, potentially gaining unauthorized access to sensitive resources or performing actions beyond their intended permissions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47300"
},
{
"category": "external",
"summary": "RHBZ#2500492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47300",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47300"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47300"
}
],
"release_date": "2026-07-14T18:20:12.225000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm"
},
{
"cve": "CVE-2026-47302",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T19:05:21.556064+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500515"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled resource allocation can be exploited by an unauthorized attacker over a network. This vulnerability allows the attacker to exhaust available resources, leading to a Denial of Service (DoS) condition. The lack of limits or throttling mechanisms enables an attacker to disrupt the availability of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47302"
},
{
"category": "external",
"summary": "RHBZ#2500515",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47302",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47302"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47302"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47302"
}
],
"release_date": "2026-07-14T18:45:32.796000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-47303",
"cwe": {
"id": "CWE-472",
"name": "External Control of Assumed-Immutable Web Parameter"
},
"discovery_date": "2026-07-14T19:03:32.877670+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500502"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. An authorized attacker can exploit this authentication bypass vulnerability over a network by manipulating assumed-immutable data. This can allow the attacker to elevate their privileges within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47303"
},
{
"category": "external",
"summary": "RHBZ#2500502",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47303",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47303"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47303"
}
],
"release_date": "2026-07-14T18:45:33.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass"
},
{
"cve": "CVE-2026-47304",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-07-14T19:04:28.997604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500509"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An unauthorized attacker can exploit this vulnerability over a network due to improper verification of cryptographic signatures. This allows the attacker to bypass a critical security feature, potentially leading to significant compromise of confidentiality, integrity, and availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Security Feature Bypass Vulnerability",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-47304"
},
{
"category": "external",
"summary": "RHBZ#2500509",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-47304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-47304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-47304"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47304"
}
],
"release_date": "2026-07-14T18:45:33.914000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Security Feature Bypass Vulnerability"
},
{
"cve": "CVE-2026-50524",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-07-14T20:05:17.686937+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500593"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This improper validation of input allows an unauthorized attacker to remotely deny service over a network. This vulnerability can lead to a Denial of Service (DoS) condition, making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via improper input validation",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50524"
},
{
"category": "external",
"summary": "RHBZ#2500593",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50524",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50524"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50524"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50524"
}
],
"release_date": "2026-07-14T19:29:53.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via improper input validation"
},
{
"cve": "CVE-2026-50525",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:03.113976+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500580"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where uncontrolled allocation of resources can lead to a Denial of Service (DoS). An unauthorized remote attacker could exploit this vulnerability by continuously requesting resources without limits or throttling, causing the affected system to become unresponsive or crash. This can disrupt the availability of services running on the .NET framework.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50525"
},
{
"category": "external",
"summary": "RHBZ#2500580",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50525",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50525"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50525"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50525"
}
],
"release_date": "2026-07-14T19:29:54.357000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50526",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-07-14T20:02:30.433807+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500565"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability, stemming from improper link resolution before file access, allows an authorized local attacker to perform tampering. This could lead to unauthorized modification of data or system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local tampering via improper link resolution",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50526"
},
{
"category": "external",
"summary": "RHBZ#2500565",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50526"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50526"
}
],
"release_date": "2026-07-14T19:29:54.992000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dotnet: .NET: Local tampering via improper link resolution"
},
{
"cve": "CVE-2026-50527",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-07-14T20:04:09.962274+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500581"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, a stack-based buffer overflow, allows an unauthorized attacker to remotely exploit the system over a network. Successful exploitation can lead to a denial of service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50527"
},
{
"category": "external",
"summary": "RHBZ#2500581",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50527"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50527"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50527"
}
],
"release_date": "2026-07-14T19:29:55.564000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Denial of Service via network-based buffer overflow"
},
{
"cve": "CVE-2026-50528",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-07-14T20:02:07.038095+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500562"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET where incorrect authorization allows an unauthorized attacker to bypass a security feature over a network. This vulnerability enables an attacker to circumvent intended security controls, potentially leading to unauthorized access or actions within the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Security feature bypass due to incorrect authorization",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50528"
},
{
"category": "external",
"summary": "RHBZ#2500562",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50528"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50528"
}
],
"release_date": "2026-07-14T19:29:56.224000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Security feature bypass due to incorrect authorization"
},
{
"cve": "CVE-2026-50646",
"cwe": {
"id": "CWE-807",
"name": "Reliance on Untrusted Inputs in a Security Decision"
},
"discovery_date": "2026-07-14T20:03:48.442720+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500577"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This protection mechanism failure allows an unauthorized attacker to execute arbitrary code locally. Successful exploitation of this vulnerability can lead to a complete compromise of the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50646"
},
{
"category": "external",
"summary": "RHBZ#2500577",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50646"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50646"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50646"
}
],
"release_date": "2026-07-14T19:29:56.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure"
},
{
"cve": "CVE-2026-50648",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T20:04:45.063188+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500587"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. An unauthorized attacker can exploit this vulnerability remotely by causing the system to allocate resources without proper limits or throttling. This uncontrolled resource allocation can lead to a Denial of Service (DoS), making the affected system unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50648"
},
{
"category": "external",
"summary": "RHBZ#2500587",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50648",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50648"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50648"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50648"
}
],
"release_date": "2026-07-14T19:29:57.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation"
},
{
"cve": "CVE-2026-50649",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-07-14T20:02:12.073604+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500563"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. This vulnerability allows an unauthorized attacker to execute code locally by exploiting a deserialization of untrusted data. This means that if an attacker can provide specially crafted data, the .NET application may process it in a way that leads to the execution of malicious code on the system where the application is running.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET: Local code execution via deserialization of untrusted data",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50649"
},
{
"category": "external",
"summary": "RHBZ#2500563",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50649",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50649"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50649"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50649"
}
],
"release_date": "2026-07-14T19:29:57.970000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET: Local code execution via deserialization of untrusted data"
},
{
"cve": "CVE-2026-50650",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-07-14T20:01:20.750427+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500556"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Framework. This vulnerability, caused by improper control of code generation, allows an unauthorized attacker to inject malicious code. Successful exploitation can lead to local privilege escalation, enabling the attacker to gain higher access rights on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Framework: Privilege escalation via code injection",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50650"
},
{
"category": "external",
"summary": "RHBZ#2500556",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50650",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50650"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50650"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50650"
}
],
"release_date": "2026-07-14T19:29:58.620000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Framework: Privilege escalation via code injection"
},
{
"cve": "CVE-2026-50651",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-10T20:34:51.149000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2499217"
}
],
"notes": [
{
"category": "description",
"text": ".NET Denial of Service Vulnerability - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50651"
},
{
"category": "external",
"summary": "RHBZ#2499217",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50651",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50651"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50651"
}
],
"release_date": "2026-07-14T21:37:42.263000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM"
},
{
"cve": "CVE-2026-50659",
"cwe": {
"id": "CWE-838",
"name": "Inappropriate Encoding for Output Context"
},
"discovery_date": "2026-07-14T20:04:53.048725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500589"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET. An authorized attacker can exploit this vulnerability by leveraging improper encoding or escaping of output. This allows the attacker to perform spoofing over a network, potentially deceiving users or systems into believing they are interacting with a trusted entity.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": ".NET: .NET: Network Spoofing Vulnerability",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-50659"
},
{
"category": "external",
"summary": "RHBZ#2500589",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-50659",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-50659"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-50659"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50659"
}
],
"release_date": "2026-07-14T19:40:15.949000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": ".NET: .NET: Network Spoofing Vulnerability"
},
{
"cve": "CVE-2026-56170",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-07-14T18:06:54.194809+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500189"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ASP.NET Core. This vulnerability allows an unauthorized remote attacker to cause a Denial of Service (DoS) by allocating resources without proper limits or throttling. This can lead to the affected system becoming unresponsive or unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-56170"
},
{
"category": "external",
"summary": "RHBZ#2500189",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-56170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-56170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56170"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56170"
}
],
"release_date": "2026-07-14T17:05:13.486000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation"
},
{
"cve": "CVE-2026-57108",
"cwe": {
"id": "CWE-843",
"name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
},
"discovery_date": "2026-07-14T18:02:49.265651+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2500109"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in .NET Core. This vulnerability, known as type confusion, allows an unauthorized remote attacker to cause a denial of service (DoS) over a network. By exploiting this flaw, an attacker can make the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dotnet: .NET Core: Denial of Service via type confusion",
"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": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-57108"
},
{
"category": "external",
"summary": "RHBZ#2500109",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-57108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-57108"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-57108"
},
{
"category": "external",
"summary": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108",
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57108"
}
],
"release_date": "2026-07-14T17:09:39.087000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-20T18:31:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\nhttps://images.redhat.com/",
"product_ids": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:42145"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Hardened Images:dotnet8-0-main@aarch64",
"Red Hat Hardened Images:dotnet8-0-main@src",
"Red Hat Hardened Images:dotnet8-0-main@x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dotnet: .NET Core: Denial of Service via type confusion"
}
]
}
rlsa-2026:41893
Vulnerability from osv_rocky
.NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.
New versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 8.0.129 and .NET Runtime 8.0.29.
Security Fix(es):
-
dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)
-
dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)
-
ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)
-
ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)
-
ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)
-
dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)
-
dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)
-
dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)
-
dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)
-
dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)
-
dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)
-
dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)
-
dotnet: .NET: Denial of Service due to uncontrolled resource allocation (CVE-2026-50525)
-
dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)
-
dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)
-
.NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)
-
dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)
Bug Fix(es) and Enhancement(s):
-
Update .NET 8.0 to SDK 8.0.129 and Runtime 8.0.29 [rhel-10.2.z] (JIRA:Rocky Linux-192468)
-
dotnet8.0: Reduce time to detect hanging builds during .NET RPM builds (c10s) [rhel-10.2.z] (JIRA:Rocky Linux-192329)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "Rocky Linux:10",
"name": "dotnet8.0",
"purl": "pkg:rpm/rocky-linux/dotnet8.0?distro=rocky-linux-10\u0026epoch=0"
},
"ranges": [
{
"database_specific": {
"yum_repository": "AppStream"
},
"events": [
{
"introduced": "0"
},
{
"fixed": "0:8.0.129-1.el10_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [
{
"name": "Rocky Enterprise Software Foundation"
},
{
"name": "Red Hat"
}
],
"details": ".NET is a managed-software framework. It implements a subset of the .NET framework APIs and several new APIs, and it includes a CLR implementation.\n\nNew versions of .NET that address a security vulnerability are now available. The updated versions are .NET SDK 8.0.129 and .NET Runtime 8.0.29.\n\nSecurity Fix(es):\n\n* dotnet: SocketsHttpHandler Http2Connection - HTTP/2 SETTINGS/PING ACK flood causing OOM (CVE-2026-50651)\n\n* dotnet: .NET Core: Denial of Service via type confusion (CVE-2026-57108)\n\n* ASP.NET Core: ASP.NET Core: Denial of Service via uncontrolled resource allocation (CVE-2026-56170)\n\n* ASP.NET Core: ASP.NET Core: Privilege Escalation via Incorrect Authentication Algorithm (CVE-2026-47300)\n\n* ASP.NET Core: ASP.NET Core: Privilege Elevation via Authentication Bypass (CVE-2026-47303)\n\n* dotnet: .NET Security Feature Bypass Vulnerability (CVE-2026-47304)\n\n* dotnet: .NET: Denial of Service vulnerability due to uncontrolled resource allocation (CVE-2026-47302)\n\n* dotnet: .NET Framework: Privilege escalation via code injection (CVE-2026-50650)\n\n* dotnet: .NET: Security feature bypass due to incorrect authorization (CVE-2026-50528)\n\n* dotnet: .NET: Local code execution via deserialization of untrusted data (CVE-2026-50649)\n\n* dotnet: .NET: Local tampering via improper link resolution (CVE-2026-50526)\n\n* dotnet: .NET Framework: Local Code Execution via Protection Mechanism Failure (CVE-2026-50646)\n\n* dotnet: .NET: Denial of Service due to uncontrolled resource allocation (CVE-2026-50525)\n\n* dotnet: .NET Framework: Denial of Service via network-based buffer overflow (CVE-2026-50527)\n\n* dotnet: .NET Framework: Remote Denial of Service due to uncontrolled resource allocation (CVE-2026-50648)\n\n* .NET: .NET: Network Spoofing Vulnerability (CVE-2026-50659)\n\n* dotnet: .NET Framework: Denial of Service via improper input validation (CVE-2026-50524)\n\nBug Fix(es) and Enhancement(s):\n\n* Update .NET 8.0 to SDK 8.0.129 and Runtime 8.0.29 [rhel-10.2.z] (JIRA:Rocky Linux-192468)\n\n* dotnet8.0: Reduce time to detect hanging builds during .NET RPM builds (c10s) [rhel-10.2.z] (JIRA:Rocky Linux-192329)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"id": "RLSA-2026:41893",
"modified": "2026-08-04T18:08:28.343609Z",
"published": "2026-07-23T06:07:38.939859Z",
"references": [
{
"type": "ADVISORY",
"url": "https://errata.rockylinux.org/RLSA-2026:41893"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500509"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500565"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500563"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500502"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500562"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500589"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500587"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500189"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500109"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500581"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500556"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500593"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500577"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499217"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500580"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500515"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2500492"
}
],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "Important: .NET 8.0 security, bug fix, and enhancement update",
"upstream": [
"CVE-2026-47300",
"CVE-2026-47302",
"CVE-2026-47303",
"CVE-2026-47304",
"CVE-2026-50524",
"CVE-2026-50525",
"CVE-2026-50526",
"CVE-2026-50527",
"CVE-2026-50528",
"CVE-2026-50646",
"CVE-2026-50648",
"CVE-2026-50649",
"CVE-2026-50650",
"CVE-2026-50651",
"CVE-2026-50659",
"CVE-2026-56170",
"CVE-2026-57108"
]
}
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.