Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-5450 (GCVE-0-2026-5450)
Vulnerability from cvelistv5 – Published: 2026-04-20 20:55 – Updated: 2026-07-14 12:45- CWE-122 - Heap-based buffer overflow
| URL | Tags |
|---|---|
| https://sourceware.org/bugzilla/show_bug.cgi?id=C… | issue-tracking |
| https://inbox.sourceware.org/libc-announce/b11f00… | mailing-list |
| https://cert-portal.siemens.com/productcert/html/… |
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| The GNU C Library | glibc |
Affected:
2.7 , < *
(custom)
|
guessed | |
| Siemens | SIMATIC S7-1500 CPU 1518-4 PN/DP MFP |
Affected:
V3.1.5 , < V3.1.6
(custom)
|
guessed | |
| Siemens | SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP |
Affected:
V3.1.5 , < V3.1.6
(custom)
|
guessed | |
| Siemens | SIPLUS S7-1500 CPU 1518-4 PN/DP MFP |
Affected:
V3.1.5 , < V3.1.6
(custom)
|
guessed |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2026-5450",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-21T16:11:50.875542Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-21T19:49:53.221Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"title": "CISA ADP Vulnrichment"
},
{
"affected": [
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
},
{
"defaultStatus": "unknown",
"product": "SIPLUS S7-1500 CPU 1518-4 PN/DP MFP",
"vendor": "Siemens",
"versions": [
{
"lessThan": "V3.1.6",
"status": "affected",
"version": "V3.1.5",
"versionType": "custom"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-14T12:45:30.709Z",
"orgId": "0b142b55-0307-4c5a-b3c9-f314f3fb7c5e",
"shortName": "siemens-SADP"
},
"references": [
{
"url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html"
}
],
"x_adpType": "supplier"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "glibc",
"vendor": "The GNU C Library",
"versions": [
{
"lessThan": "*",
"status": "affected",
"version": "2.7",
"versionType": "custom"
}
]
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "Rocket Ma"
}
],
"datePublic": "2026-03-19T17:36:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Calling the scanf family of functions with a %mc (malloc\u0027d character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow."
}
],
"value": "Calling the scanf family of functions with a %mc (malloc\u0027d character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow."
}
],
"impacts": [
{
"capecId": "CAPEC-100",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-100 Overflow Buffers"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122 Heap-based buffer overflow",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-20T20:55:41.170Z",
"orgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"shortName": "glibc"
},
"references": [
{
"tags": [
"issue-tracking"
],
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
},
{
"tags": [
"mailing-list"
],
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
}
],
"source": {
"discovery": "UNKNOWN"
},
"title": "scanf %mc off-by-one heap buffer overflow",
"x_generator": {
"engine": "Vulnogram 1.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "3ff69d7a-14f2-4f67-a097-88dee7810d18",
"assignerShortName": "glibc",
"cveId": "CVE-2026-5450",
"datePublished": "2026-04-20T20:55:41.170Z",
"dateReserved": "2026-04-02T21:47:21.403Z",
"dateUpdated": "2026-07-14T12:45:30.709Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-5450",
"date": "2026-09-06",
"epss": "0.00502",
"percentile": "0.41161"
},
"microsoft_vex": {
"current_release_date": "2026-08-09T14:48:33.000Z",
"cve": "CVE-2026-5450",
"id": "msrc_CVE-2026-5450",
"initial_release_date": "2026-04-22T01:01:30.000Z",
"product_status:known_affected": "5",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "scanf %mc off-by-one heap buffer overflow",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-5450.json",
"version": "4"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-5450\",\"sourceIdentifier\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\",\"published\":\"2026-04-20T21:16:36.850\",\"lastModified\":\"2026-07-14T13:19:01.520\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Calling the scanf family of functions with a %mc (malloc\u0027d character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow.\"}],\"affected\":[{\"source\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\",\"affectedData\":[{\"vendor\":\"The GNU C Library\",\"product\":\"glibc\",\"defaultStatus\":\"unaffected\",\"versions\":[{\"version\":\"2.7\",\"lessThan\":\"*\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]},{\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\",\"affectedData\":[{\"vendor\":\"Siemens\",\"product\":\"SIMATIC S7-1500 CPU 1518-4 PN/DP MFP\",\"defaultStatus\":\"unknown\",\"versions\":[{\"version\":\"V3.1.5\",\"lessThan\":\"V3.1.6\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Siemens\",\"product\":\"SIMATIC S7-1500 CPU 1518-4 PN/DP MFP\",\"defaultStatus\":\"unknown\",\"versions\":[{\"version\":\"V3.1.5\",\"lessThan\":\"V3.1.6\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Siemens\",\"product\":\"SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP\",\"defaultStatus\":\"unknown\",\"versions\":[{\"version\":\"V3.1.5\",\"lessThan\":\"V3.1.6\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Siemens\",\"product\":\"SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP\",\"defaultStatus\":\"unknown\",\"versions\":[{\"version\":\"V3.1.5\",\"lessThan\":\"V3.1.6\",\"versionType\":\"custom\",\"status\":\"affected\"}]},{\"vendor\":\"Siemens\",\"product\":\"SIPLUS S7-1500 CPU 1518-4 PN/DP MFP\",\"defaultStatus\":\"unknown\",\"versions\":[{\"version\":\"V3.1.5\",\"lessThan\":\"V3.1.6\",\"versionType\":\"custom\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-04-21T16:11:50.875542Z\",\"id\":\"CVE-2026-5450\",\"options\":[{\"exploitation\":\"poc\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:gnu:glibc:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.7\",\"versionEndIncluding\":\"2.43\",\"matchCriteriaId\":\"36C44C9A-5EBA-4114-8379-A022AE49F18E\"}]}]}],\"references\":[{\"url\":\"https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u\",\"source\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450\",\"source\":\"3ff69d7a-14f2-4f67-a097-88dee7810d18\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/html/ssa-082556.html\",\"source\":\"0b142b55-0307-4c5a-b3c9-f314f3fb7c5e\"},{\"url\":\"https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Issue Tracking\"]}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-09-06T03:00:33+00:00",
"cve": "CVE-2026-5450",
"id": "CVE-2026-5450",
"initial_release_date": "2026-04-20T20:55:41.170000+00:00",
"product_status:fixed": "8749",
"product_status:known_affected": "3",
"product_status:known_not_affected": "7",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-5450.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-08-31T13:45:40Z",
"cve": "CVE-2026-5450",
"id": "CVE-2026-5450",
"initial_release_date": "2026-04-22T01:40:40Z",
"product_status:first_fixed": "1",
"product_status:known_affected": "634",
"product_status:recommended": "1083",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2026-5450",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-5450.json",
"version": "31"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.8, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-5450\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-21T16:11:50.875542Z\"}}}], \"references\": [{\"url\": \"https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-21T16:04:17.997Z\"}}], \"cna\": {\"title\": \"scanf %mc off-by-one heap buffer overflow\", \"source\": {\"discovery\": \"UNKNOWN\"}, \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"Rocket Ma\"}], \"impacts\": [{\"capecId\": \"CAPEC-100\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-100 Overflow Buffers\"}]}], \"affected\": [{\"vendor\": \"The GNU C Library\", \"product\": \"glibc\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.7\", \"lessThan\": \"*\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2026-03-19T17:36:00.000Z\", \"references\": [{\"url\": \"https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450\", \"tags\": [\"issue-tracking\"]}, {\"url\": \"https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u\", \"tags\": [\"mailing-list\"]}], \"x_generator\": {\"engine\": \"Vulnogram 1.0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"Calling the scanf family of functions with a %mc (malloc\u0027d character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"Calling the scanf family of functions with a %mc (malloc\u0027d character match) in the GNU C Library version 2.7 to version 2.43 with a format width specifier with an explicit width greater than 1024 could result in a one byte heap buffer overflow.\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-122\", \"description\": \"CWE-122 Heap-based buffer overflow\"}]}], \"providerMetadata\": {\"orgId\": \"3ff69d7a-14f2-4f67-a097-88dee7810d18\", \"shortName\": \"glibc\", \"dateUpdated\": \"2026-04-20T20:55:41.170Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-5450\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-21T19:49:53.221Z\", \"dateReserved\": \"2026-04-02T21:47:21.403Z\", \"assignerOrgId\": \"3ff69d7a-14f2-4f67-a097-88dee7810d18\", \"datePublished\": \"2026-04-20T20:55:41.170Z\", \"assignerShortName\": \"glibc\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:36643
Vulnerability from csaf_redhat - Published: 2026-07-08 09:57 - Updated: 2026-09-06 03:01A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:glibc-utils-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.EUS.EXTENSION:glibc-utils-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-common-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-locale-source-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:nscd-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-common-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-locale-source-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:nscd-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for glibc is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly.\n\nSecurity Fix(es):\n\n* glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width (CVE-2026-5450)\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:36643",
"url": "https://access.redhat.com/errata/RHSA-2026:36643"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_36643.json"
}
],
"title": "Red Hat Security Advisory: glibc security update",
"tracking": {
"current_release_date": "2026-09-06T03:01:38+00:00",
"generator": {
"date": "2026-09-06T03:01:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:36643",
"initial_release_date": "2026-07-08T09:57:53+00:00",
"revision_history": [
{
"date": "2026-07-08T09:57:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-08T09:57:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:38+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 AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_aus:8.4::baseos"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus_long_life:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_eus_long_life:8.4::baseos"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"product_id": "compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-libpthread-nonshared@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-utils-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-utils-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-all-langpacks@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-common-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-common-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-devel-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-devel-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-headers-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-headers-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-aa@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-af@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-agr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ak@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-am@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-an@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-anp@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ar@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-as@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ast@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ayc@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-az@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-be@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bem@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ber@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bg@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bhb@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bho@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bi@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bo@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-br@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-brx@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-bs@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-byn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ca@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ce@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-chr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cmn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-crh@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cs@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-csb@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cv@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-cy@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-da@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-de@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-doi@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dsb@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dv@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-dz@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-el@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-en@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eo@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-es@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-et@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-eu@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fa@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ff@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fi@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fil@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fo@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fur@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-fy@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ga@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gd@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gez@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gl@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gu@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-gv@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ha@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hak@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-he@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hi@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hif@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hne@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hsb@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ht@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hu@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-hy@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ia@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-id@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ig@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ik@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-is@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-it@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-iu@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ja@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ka@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kab@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kk@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kl@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-km@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ko@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kok@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ks@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ku@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-kw@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ky@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lb@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lg@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-li@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lij@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ln@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lo@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lt@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lv@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-lzh@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mag@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mai@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mfe@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mg@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mhr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mi@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-miq@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mjw@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mk@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ml@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mni@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ms@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-mt@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-my@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nan@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nb@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nds@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ne@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nhn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-niu@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nl@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-nso@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-oc@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-om@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-or@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-os@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pa@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pap@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pl@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ps@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-pt@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-quz@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-raj@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ro@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ru@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-rw@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sa@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sah@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sat@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sc@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sd@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-se@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sgs@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-shs@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-si@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sid@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sk@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sl@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sm@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-so@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sq@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ss@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-st@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sv@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-sw@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-szl@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ta@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tcy@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-te@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tg@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-th@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-the@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ti@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tig@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tk@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tl@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tn@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-to@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tpi@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tr@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ts@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-tt@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ug@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uk@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-unm@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ur@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-uz@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-ve@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-vi@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wa@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wae@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wal@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-wo@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-xh@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yi@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yo@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yue@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-yuw@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zh@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-langpack-zu@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-locale-source@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"product_id": "glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-minimal-langpack@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "libnsl-0:2.28-151.el8_4.6.x86_64",
"product_id": "libnsl-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "nscd-0:2.28-151.el8_4.6.x86_64",
"product_id": "nscd-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.28-151.el8_4.6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.28-151.el8_4.6.x86_64",
"product": {
"name": "nss_db-0:2.28-151.el8_4.6.x86_64",
"product_id": "nss_db-0:2.28-151.el8_4.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.28-151.el8_4.6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.28-151.el8_4.6.src",
"product": {
"name": "glibc-0:2.28-151.el8_4.6.src",
"product_id": "glibc-0:2.28-151.el8_4.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-151.el8_4.6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.28-151.el8_4.6.i686",
"product": {
"name": "glibc-0:2.28-151.el8_4.6.i686",
"product_id": "glibc-0:2.28-151.el8_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.28-151.el8_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.28-151.el8_4.6.i686",
"product": {
"name": "glibc-devel-0:2.28-151.el8_4.6.i686",
"product_id": "glibc-devel-0:2.28-151.el8_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.28-151.el8_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.28-151.el8_4.6.i686",
"product": {
"name": "glibc-headers-0:2.28-151.el8_4.6.i686",
"product_id": "glibc-headers-0:2.28-151.el8_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.28-151.el8_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "libnsl-0:2.28-151.el8_4.6.i686",
"product": {
"name": "libnsl-0:2.28-151.el8_4.6.i686",
"product_id": "libnsl-0:2.28-151.el8_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libnsl@2.28-151.el8_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nss_db-0:2.28-151.el8_4.6.i686",
"product": {
"name": "nss_db-0:2.28-151.el8_4.6.i686",
"product_id": "nss_db-0:2.28-151.el8_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nss_db@2.28-151.el8_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"product": {
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"product_id": "glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.28-151.el8_4.6?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"product": {
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"product_id": "glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.28-151.el8_4.6?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:glibc-utils-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-utils-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS EXTENSION (v.8.4)",
"product_id": "AppStream-8.4.0.Z.EUS.EXTENSION:glibc-utils-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-utils-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "AppStream-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-151.el8_4.6.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.src"
},
"product_reference": "glibc-0:2.28-151.el8_4.6.src",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-common-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-common-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-devel-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-devel-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-headers-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-headers-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-locale-source-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.i686"
},
"product_reference": "libnsl-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "libnsl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:nscd-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "nscd-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.i686"
},
"product_reference": "nss_db-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "nss_db-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-151.el8_4.6.src as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.src"
},
"product_reference": "glibc-0:2.28-151.el8_4.6.src",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-common-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-common-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-devel-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-devel-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.i686"
},
"product_reference": "glibc-headers-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-headers-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-af-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-am-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-an-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-as-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-az-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-be-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-br-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-da-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-de-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-el-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-en-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-es-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-et-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-he-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-id-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-is-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-it-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-km-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-li-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-my-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-om-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-or-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-os-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-se-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-si-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-so-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-st-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-te-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-th-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-the-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-to-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-locale-source-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-locale-source-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.i686"
},
"product_reference": "libnsl-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libnsl-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "libnsl-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:nscd-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "nscd-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-151.el8_4.6.i686 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.i686"
},
"product_reference": "nss_db-0:2.28-151.el8_4.6.i686",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nss_db-0:2.28-151.el8_4.6.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)",
"product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.x86_64"
},
"product_reference": "nss_db-0:2.28-151.el8_4.6.x86_64",
"relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.4.0.Z.AUS:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-utils-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-utils-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.src",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:nscd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.src",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nscd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-08T09:57:53+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.4.0.Z.AUS:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-utils-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-utils-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.src",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:nscd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.src",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nscd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:36643"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-utils-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-utils-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.src",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:nscd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.src",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nscd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.AUS:glibc-utils-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:compat-libpthread-nonshared-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"AppStream-8.4.0.Z.EUS.EXTENSION:glibc-utils-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.src",
"BaseOS-8.4.0.Z.AUS:glibc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-devel-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:glibc-headers-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:libnsl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:nscd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.AUS:nss_db-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.src",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-all-langpacks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-debuginfo-common-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-devel-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-headers-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-aa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-af-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-agr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-am-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-an-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-anp-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ar-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-as-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ast-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ayc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-az-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-be-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bem-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ber-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bhb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bho-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-br-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-brx-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-bs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-byn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ca-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ce-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-chr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cmn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-crh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-csb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-cy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-da-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-de-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-doi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-dz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-el-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-en-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-es-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-et-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-eu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ff-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fil-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-fy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ga-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gez-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-gv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ha-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hak-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-he-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hif-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hsb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ht-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-hy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ia-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-id-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ik-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-is-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-it-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-iu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ja-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ka-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kab-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-km-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ko-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kok-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ks-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ku-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-kw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ky-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-li-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lij-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ln-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-lzh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mag-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mai-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mfe-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mhr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-miq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mjw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ml-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mni-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ms-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-mt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-my-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nan-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nb-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nds-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ne-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nhn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-niu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-nso-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-oc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-om-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-or-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-os-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pap-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ps-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-pt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-quz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-raj-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ro-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ru-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-rw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sah-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sat-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sc-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-se-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sgs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-shs-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-si-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sid-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-so-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sq-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ss-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-st-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sv-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-sw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-szl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ta-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tcy-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-te-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tg-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-th-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-the-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ti-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tig-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tn-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-to-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tpi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tr-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ts-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-tt-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ug-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uk-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-unm-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ur-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-uz-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-ve-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-vi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wa-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wae-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wal-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-wo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-xh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yi-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yo-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yue-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-yuw-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zh-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-langpack-zu-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-locale-source-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:glibc-minimal-langpack-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:libnsl-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nscd-0:2.28-151.el8_4.6.x86_64",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.i686",
"BaseOS-8.4.0.Z.EUS.EXTENSION:nss_db-0:2.28-151.el8_4.6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
}
]
}
RHSA-2026:37395
Vulnerability from csaf_redhat - Published: 2026-07-09 17:19 - Updated: 2026-09-06 03:01A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for glibc is now available for Red Hat Enterprise Linux 6 Extended Lifecycle Support - EXTENSION.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The glibc packages provide the standard C libraries (libc), POSIX thread libraries (libpthread), standard math libraries (libm), and the name service cache daemon (nscd) used by multiple programs on the system. Without these libraries, the Linux system cannot function correctly.\n\nSecurity Fix(es):\n\n* glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width (CVE-2026-5450)\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:37395",
"url": "https://access.redhat.com/errata/RHSA-2026:37395"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_37395.json"
}
],
"title": "Red Hat Security Advisory: glibc security update",
"tracking": {
"current_release_date": "2026-09-06T03:01:38+00:00",
"generator": {
"date": "2026-09-06T03:01:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:37395",
"initial_release_date": "2026-07-09T17:19:33+00:00",
"revision_history": [
{
"date": "2026-07-09T17:19:33+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-09T17:19:33+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:38+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 Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product": {
"name": "Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:6"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product": {
"name": "Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:6"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.12-1.212.el6_10.4.src",
"product": {
"name": "glibc-0:2.12-1.212.el6_10.4.src",
"product_id": "glibc-0:2.12-1.212.el6_10.4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.12-1.212.el6_10.4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "glibc-0:2.12-1.212.el6_10.4.i686",
"product_id": "glibc-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.12-1.212.el6_10.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "glibc-common-0:2.12-1.212.el6_10.4.i686",
"product_id": "glibc-common-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.12-1.212.el6_10.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "glibc-devel-0:2.12-1.212.el6_10.4.i686",
"product_id": "glibc-devel-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.12-1.212.el6_10.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "glibc-headers-0:2.12-1.212.el6_10.4.i686",
"product_id": "glibc-headers-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.12-1.212.el6_10.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "glibc-utils-0:2.12-1.212.el6_10.4.i686",
"product_id": "glibc-utils-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.12-1.212.el6_10.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "nscd-0:2.12-1.212.el6_10.4.i686",
"product_id": "nscd-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.12-1.212.el6_10.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"product_id": "glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.12-1.212.el6_10.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"product_id": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.12-1.212.el6_10.4?arch=i686"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.12-1.212.el6_10.4.i686",
"product": {
"name": "glibc-static-0:2.12-1.212.el6_10.4.i686",
"product_id": "glibc-static-0:2.12-1.212.el6_10.4.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.12-1.212.el6_10.4?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "glibc-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "glibc-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.12-1.212.el6_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "glibc-common-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "glibc-common-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.12-1.212.el6_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "glibc-devel-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "glibc-devel-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.12-1.212.el6_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "glibc-headers-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "glibc-headers-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.12-1.212.el6_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "glibc-utils-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "glibc-utils-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.12-1.212.el6_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "nscd-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "nscd-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.12-1.212.el6_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.12-1.212.el6_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.12-1.212.el6_10.4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.12-1.212.el6_10.4.x86_64",
"product": {
"name": "glibc-static-0:2.12-1.212.el6_10.4.x86_64",
"product_id": "glibc-static-0:2.12-1.212.el6_10.4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.12-1.212.el6_10.4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.12-1.212.el6_10.4.s390",
"product": {
"name": "glibc-0:2.12-1.212.el6_10.4.s390",
"product_id": "glibc-0:2.12-1.212.el6_10.4.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.12-1.212.el6_10.4?arch=s390"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.12-1.212.el6_10.4.s390",
"product": {
"name": "glibc-devel-0:2.12-1.212.el6_10.4.s390",
"product_id": "glibc-devel-0:2.12-1.212.el6_10.4.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.12-1.212.el6_10.4?arch=s390"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"product": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"product_id": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.12-1.212.el6_10.4?arch=s390"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"product": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"product_id": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.12-1.212.el6_10.4?arch=s390"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.12-1.212.el6_10.4.s390",
"product": {
"name": "glibc-static-0:2.12-1.212.el6_10.4.s390",
"product_id": "glibc-static-0:2.12-1.212.el6_10.4.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.12-1.212.el6_10.4?arch=s390"
}
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "glibc-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "glibc-0:2.12-1.212.el6_10.4.s390x",
"product_id": "glibc-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc@2.12-1.212.el6_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-common-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "glibc-common-0:2.12-1.212.el6_10.4.s390x",
"product_id": "glibc-common-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-common@2.12-1.212.el6_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-devel-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "glibc-devel-0:2.12-1.212.el6_10.4.s390x",
"product_id": "glibc-devel-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-devel@2.12-1.212.el6_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-headers-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "glibc-headers-0:2.12-1.212.el6_10.4.s390x",
"product_id": "glibc-headers-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-headers@2.12-1.212.el6_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-utils-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "glibc-utils-0:2.12-1.212.el6_10.4.s390x",
"product_id": "glibc-utils-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-utils@2.12-1.212.el6_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nscd-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "nscd-0:2.12-1.212.el6_10.4.s390x",
"product_id": "nscd-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nscd@2.12-1.212.el6_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"product_id": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo@2.12-1.212.el6_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"product_id": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-debuginfo-common@2.12-1.212.el6_10.4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "glibc-static-0:2.12-1.212.el6_10.4.s390x",
"product": {
"name": "glibc-static-0:2.12-1.212.el6_10.4.s390x",
"product_id": "glibc-static-0:2.12-1.212.el6_10.4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/glibc-static@2.12-1.212.el6_10.4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.12-1.212.el6_10.4.s390 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390"
},
"product_reference": "glibc-0:2.12-1.212.el6_10.4.s390",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.12-1.212.el6_10.4.src as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.src"
},
"product_reference": "glibc-0:2.12-1.212.el6_10.4.src",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-common-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-common-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-common-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-common-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390"
},
"product_reference": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390"
},
"product_reference": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-devel-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.12-1.212.el6_10.4.s390 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390"
},
"product_reference": "glibc-devel-0:2.12-1.212.el6_10.4.s390",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-devel-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-devel-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-devel-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-headers-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-headers-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-headers-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-headers-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-utils-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-utils-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-utils-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-utils-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "nscd-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "nscd-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nscd-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server -EXTENSION(v. 6 ELS-EXTENSION)",
"product_id": "6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "nscd-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390"
},
"product_reference": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390"
},
"product_reference": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.12-1.212.el6_10.4.i686 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.i686"
},
"product_reference": "glibc-static-0:2.12-1.212.el6_10.4.i686",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.12-1.212.el6_10.4.s390 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390"
},
"product_reference": "glibc-static-0:2.12-1.212.el6_10.4.s390",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.12-1.212.el6_10.4.s390x as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390x"
},
"product_reference": "glibc-static-0:2.12-1.212.el6_10.4.s390x",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "glibc-static-0:2.12-1.212.el6_10.4.x86_64 as a component of Red Hat Enterprise Linux Server Optional -EXTENSION (v. 6 ELS -EXTENSION)",
"product_id": "6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.x86_64"
},
"product_reference": "glibc-static-0:2.12-1.212.el6_10.4.x86_64",
"relates_to_product_reference": "6Server-optional-ELS.EXTENSION"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.src",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-09T17:19:33+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": [
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.src",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:37395"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.src",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.src",
"6Server-ELS.EXTENSION:glibc-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-devel-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-headers-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:glibc-utils-0:2.12-1.212.el6_10.4.x86_64",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.i686",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.s390x",
"6Server-ELS.EXTENSION:nscd-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-debuginfo-common-0:2.12-1.212.el6_10.4.x86_64",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.i686",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.s390x",
"6Server-optional-ELS.EXTENSION:glibc-static-0:2.12-1.212.el6_10.4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
}
]
}
RHSA-2026:37396
Vulnerability from csaf_redhat - Published: 2026-07-09 17:24 - Updated: 2026-09-06 03:01A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for compat-glibc is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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": "This package contains stub shared libraries and static libraries from Red Hat Enterprise Linux 6. To compile and link against these compatibility libraries, use gcc -fgnu89-inline \\\n -I /usr/lib/ppc-redhat-linux6E/include \\\n -B /usr/lib/ppc-redhat-linux6E/lib/\n\nSecurity Fix(es):\n\n* glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width (CVE-2026-5450)\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:37396",
"url": "https://access.redhat.com/errata/RHSA-2026:37396"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_37396.json"
}
],
"title": "Red Hat Security Advisory: compat-glibc security update",
"tracking": {
"current_release_date": "2026-09-06T03:01:40+00:00",
"generator": {
"date": "2026-09-06T03:01:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:37396",
"initial_release_date": "2026-07-09T17:24:13+00:00",
"revision_history": [
{
"date": "2026-07-09T17:24:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-09T17:24:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:40+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 Server (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:rhel_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-glibc-1:2.12-4.el7_9.1.src",
"product": {
"name": "compat-glibc-1:2.12-4.el7_9.1.src",
"product_id": "compat-glibc-1:2.12-4.el7_9.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-glibc@2.12-4.el7_9.1?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-glibc-1:2.12-4.el7_9.1.x86_64",
"product": {
"name": "compat-glibc-1:2.12-4.el7_9.1.x86_64",
"product_id": "compat-glibc-1:2.12-4.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-glibc@2.12-4.el7_9.1?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.x86_64",
"product": {
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.x86_64",
"product_id": "compat-glibc-headers-1:2.12-4.el7_9.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-glibc-headers@2.12-4.el7_9.1?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-glibc-1:2.12-4.el7_9.1.ppc64",
"product": {
"name": "compat-glibc-1:2.12-4.el7_9.1.ppc64",
"product_id": "compat-glibc-1:2.12-4.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-glibc@2.12-4.el7_9.1?arch=ppc64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.ppc64",
"product": {
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.ppc64",
"product_id": "compat-glibc-headers-1:2.12-4.el7_9.1.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-glibc-headers@2.12-4.el7_9.1?arch=ppc64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "compat-glibc-1:2.12-4.el7_9.1.s390x",
"product": {
"name": "compat-glibc-1:2.12-4.el7_9.1.s390x",
"product_id": "compat-glibc-1:2.12-4.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-glibc@2.12-4.el7_9.1?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.s390x",
"product": {
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.s390x",
"product_id": "compat-glibc-headers-1:2.12-4.el7_9.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/compat-glibc-headers@2.12-4.el7_9.1?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-glibc-1:2.12-4.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.ppc64"
},
"product_reference": "compat-glibc-1:2.12-4.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-glibc-1:2.12-4.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.s390x"
},
"product_reference": "compat-glibc-1:2.12-4.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-glibc-1:2.12-4.el7_9.1.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.src"
},
"product_reference": "compat-glibc-1:2.12-4.el7_9.1.src",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-glibc-1:2.12-4.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.x86_64"
},
"product_reference": "compat-glibc-1:2.12-4.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.ppc64"
},
"product_reference": "compat-glibc-headers-1:2.12-4.el7_9.1.ppc64",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.s390x"
},
"product_reference": "compat-glibc-headers-1:2.12-4.el7_9.1.s390x",
"relates_to_product_reference": "7Server-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "compat-glibc-headers-1:2.12-4.el7_9.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
"product_id": "7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.x86_64"
},
"product_reference": "compat-glibc-headers-1:2.12-4.el7_9.1.x86_64",
"relates_to_product_reference": "7Server-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.ppc64",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.s390x",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.src",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.x86_64",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.ppc64",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.s390x",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-09T17:24:13+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": [
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.ppc64",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.s390x",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.src",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.x86_64",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.ppc64",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.s390x",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:37396"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.ppc64",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.s390x",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.src",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.x86_64",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.ppc64",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.s390x",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.ppc64",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.s390x",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.src",
"7Server-ELS:compat-glibc-1:2.12-4.el7_9.1.x86_64",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.ppc64",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.s390x",
"7Server-ELS:compat-glibc-headers-1:2.12-4.el7_9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
}
]
}
RHSA-2026:39981
Vulnerability from csaf_redhat - Published: 2026-07-15 13:07 - Updated: 2026-09-06 02:54A flaw was found in GNU Coreutils. The sort utility's begfield() function is vulnerable to a heap buffer under-read. The program may access memory outside the allocated buffer if a user runs a crafted command using the traditional key format. A malicious input could lead to a crash or leak sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in glibc, the GNU C Library. When an application calls the `getnetbyaddr` or `getnetbyaddr_r` functions to resolve a network address, and the system's `nsswitch.conf` file is configured to use a DNS (Domain Name System) backend for network lookups, a query for a zero-valued network can lead to the disclosure of stack memory contents. This information is leaked to the configured DNS resolver, potentially allowing an attacker who controls the resolver to gain sensitive data from the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in libcap. A local unprivileged user can exploit a Time-of-check-to-time-of-use (TOCTOU) race condition in the `cap_set_file()` function. This allows an attacker with write access to a parent directory to redirect file capability updates to an attacker-controlled file. By doing so, capabilities can be injected into or stripped from unintended executables, leading to privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in OpenSSL's Cryptographic Message Services (CMS) AuthEnvelopedData processing. An on-path attacker can exploit insufficient input validation on cipher and tag length fields by sending specially crafted CMS messages. This can lead to the forging of messages or bypassing integrity validation. Consequently, an attacker may achieve key-equivalent functionality for a given CMS recipient.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in OpenSSL's QUIC PATH_CHALLENGE handler. A remote attacker can exploit this vulnerability by flooding a QUIC client or server with specially crafted PATH_CHALLENGE frames. This leads to unbounded memory allocation within the local QUIC stack, as the system continuously allocates PATH_RESPONSE frames without them being acknowledged. The primary consequence is a Denial of Service (DoS), causing the affected application to terminate abnormally due to memory exhaustion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in the OpenSSL QUIC (Quick UDP Internet Connections) server. A remote attacker could send a specially crafted QUIC initial packet with an invalid token. If the server's address validation is explicitly disabled, this could lead to a NULL pointer dereference, causing the server process to terminate abnormally and resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. Applications that use the AES-OCB encryption method with a specific one-shot interface (EVP_Cipher()) will have their provided Initialization Vector (IV) silently discarded. This leads to the same internal cryptographic value being used repeatedly, which compromises the confidentiality of encrypted data. Additionally, this issue allows for the universal forgery of authentication tags, undermining the integrity of communications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
A flaw was found in OpenSSL. When processing a specially crafted PKCS#7 or S/MIME (Secure/Multipurpose Internet Mail Extensions) signed message, a heap use-after-free vulnerability in the PKCS7_verify() function can be triggered. This occurs if the SignedData digestAlgorithms field is present as an empty ASN.1 SET, leading to incorrect memory deallocation. A remote attacker could exploit this to cause application crashes, memory corruption, or potentially achieve remote code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Cost Management Metrics Operator version 4.4.2 release.",
"title": "Topic"
},
{
"category": "general",
"text": "The Cost Management Metrics Operator is a component of the Red Hat Cost Managment service for Openshift.\nThe operator runs on the latest supported versions of Openshift.\nThis operator obtains OpenShift usage data by querying Prometheus every hour to create metric reports\nthat it uploads to Cost Management at console.redhat.com.",
"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:39981",
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5278",
"url": "https://access.redhat.com/security/cve/CVE-2025-5278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-0915",
"url": "https://access.redhat.com/security/cve/CVE-2026-0915"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31790",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34182",
"url": "https://access.redhat.com/security/cve/CVE-2026-34182"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34183",
"url": "https://access.redhat.com/security/cve/CVE-2026-34183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42764",
"url": "https://access.redhat.com/security/cve/CVE-2026-42764"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45445",
"url": "https://access.redhat.com/security/cve/CVE-2026-45445"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-45447",
"url": "https://access.redhat.com/security/cve/CVE-2026-45447"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4878",
"url": "https://access.redhat.com/security/cve/CVE-2026-4878"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5450",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification",
"url": "https://access.redhat.com/security/updates/classification"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_cost_management/steps-to-cost-management",
"url": "https://docs.redhat.com/en/documentation/cost_management_service/1-latest/html/getting_started_with_cost_management/steps-to-cost-management"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_39981.json"
}
],
"title": "Red Hat Security Advisory: Cost Management Metrics Operator Update",
"tracking": {
"current_release_date": "2026-09-06T02:54:18+00:00",
"generator": {
"date": "2026-09-06T02:54:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:39981",
"initial_release_date": "2026-07-15T13:07:37+00:00",
"revision_history": [
{
"date": "2026-07-15T13:07:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T02:54:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cost Management 4",
"product": {
"name": "Cost Management 4",
"product_id": "Cost Management 4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cost_management:4::el9"
}
}
}
],
"category": "product_family",
"name": "Cost Management"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"product": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"product_id": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-rhel9-operator@sha256%3A093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea?arch=amd64\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator\u0026tag=1783539156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"product": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"product_id": "registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-operator-bundle@sha256%3Afa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7?arch=amd64\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle\u0026tag=1783613222"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"product": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"product_id": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-rhel9-operator@sha256%3A1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593?arch=arm64\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator\u0026tag=1783539156"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le",
"product": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le",
"product_id": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-rhel9-operator@sha256%3Ac76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf?arch=ppc64le\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator\u0026tag=1783539156"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"product": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"product_id": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/costmanagement-metrics-rhel9-operator@sha256%3A7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1?arch=s390x\u0026repository_url=registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator\u0026tag=1783539156"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64 as a component of Cost Management 4",
"product_id": "Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
},
"product_reference": "registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"relates_to_product_reference": "Cost Management 4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64 as a component of Cost Management 4",
"product_id": "Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64"
},
"product_reference": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"relates_to_product_reference": "Cost Management 4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64 as a component of Cost Management 4",
"product_id": "Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64"
},
"product_reference": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"relates_to_product_reference": "Cost Management 4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x as a component of Cost Management 4",
"product_id": "Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x"
},
"product_reference": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"relates_to_product_reference": "Cost Management 4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le as a component of Cost Management 4",
"product_id": "Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
},
"product_reference": "registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le",
"relates_to_product_reference": "Cost Management 4"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Mohamed Maatallah"
]
}
],
"cve": "CVE-2025-5278",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-05-27T13:50:20.148000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2368764"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GNU Coreutils. The sort utility\u0027s begfield() function is vulnerable to a heap buffer under-read. The program may access memory outside the allocated buffer if a user runs a crafted command using the traditional key format. A malicious input could lead to a crash or leak sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "coreutils: Heap Buffer Under-Read in GNU Coreutils sort via Key Specification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this issue is considered Moderate rather than Critical because successful exploitation requires the use of the traditional key specification syntax with an exceptionally large character position value, which is uncommon in typical usage. Although the vulnerability can lead to a heap buffer overflow resulting in a read one byte before the allocated buffer, it does not enable code execution, privilege escalation, or direct compromise of data confidentiality or integrity. The impact is therefore primarily limited to potential service disruption due to application crashes.\n\nFurthermore, default RHEL configurations such as SELinux enforcement, ASLR, and memory protections reduce the likelihood of exploitation and limit the scope of any resulting impact. These safeguards, along with typical system usage patterns that do not commonly invoke the vulnerable code path, restrict exploitability in default and hardened environments. Consequently, the vulnerability\u2019s overall security impact is mitigated compared to flaws that allow immediate code execution or broader compromise across system components.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5278"
},
{
"category": "external",
"summary": "RHBZ#2368764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368764"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5278"
},
{
"category": "external",
"summary": "https://cgit.git.savannah.gnu.org/cgit/coreutils.git/commit/?id=8c9602e3a145e9596dc1a63c6ed67865814b6633",
"url": "https://cgit.git.savannah.gnu.org/cgit/coreutils.git/commit/?id=8c9602e3a145e9596dc1a63c6ed67865814b6633"
},
{
"category": "external",
"summary": "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78507",
"url": "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78507"
}
],
"release_date": "2025-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "coreutils: Heap Buffer Under-Read in GNU Coreutils sort via Key Specification"
},
{
"cve": "CVE-2026-0915",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2026-01-15T23:01:26.157678+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430201"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc, the GNU C Library. When an application calls the `getnetbyaddr` or `getnetbyaddr_r` functions to resolve a network address, and the system\u0027s `nsswitch.conf` file is configured to use a DNS (Domain Name System) backend for network lookups, a query for a zero-valued network can lead to the disclosure of stack memory contents. This information is leaked to the configured DNS resolver, potentially allowing an attacker who controls the resolver to gain sensitive data from the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Information disclosure via zero-valued network query",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. It allows for information disclosure of stack contents to a configured DNS resolver when an application utilizes `getnetbyaddr` or `getnetbyaddr_r` with a DNS backend specified in `nsswitch.conf` for a zero-valued network query. This affects Red Hat Enterprise Linux and OpenShift Container Platform.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-0915"
},
{
"category": "external",
"summary": "RHBZ#2430201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430201"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-0915",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0915"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-0915",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0915"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33802",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33802"
}
],
"release_date": "2026-01-15T22:08:41.630000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Information disclosure via zero-valued network query"
},
{
"acknowledgments": [
{
"names": [
"Ali Raza"
]
}
],
"cve": "CVE-2026-4878",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-03-26T06:56:21.213270+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451615"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libcap. A local unprivileged user can exploit a Time-of-check-to-time-of-use (TOCTOU) race condition in the `cap_set_file()` function. This allows an attacker with write access to a parent directory to redirect file capability updates to an attacker-controlled file. By doing so, capabilities can be injected into or stripped from unintended executables, leading to privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libcap: libcap: Privilege escalation via TOCTOU race condition in cap_set_file()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw. A Time-of-Check-to-Time-of-Use (TOCTOU) race condition in libcap\u0027s cap_set_file() allows a local unprivileged user to escalate privileges. An attacker with write access to a parent directory can exploit a narrow window during file capability updates to redirect capabilities to an attacker-controlled file. This can lead to the injection of elevated privileges into an unintended executable when privileged processes, such as setcap or container tooling, invoke cap_set_file() on attacker-influenced paths.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4878"
},
{
"category": "external",
"summary": "RHBZ#2451615",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451615"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4878",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4878"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4878",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4878"
},
{
"category": "external",
"summary": "https://bugzilla.redhat.com/show_bug.cgi?id=2447554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447554"
}
],
"release_date": "2026-04-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libcap: libcap: Privilege escalation via TOCTOU race condition in cap_set_file()"
},
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
},
{
"cve": "CVE-2026-31790",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-25T02:59:10.179000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. This flaw affects applications utilizing RSASVE key encapsulation, where an attacker-supplied invalid RSA public key is used with EVP_PKEY_encapsulate() without prior validation. This can lead to the disclosure of sensitive, uninitialized memory buffer contents to a malicious peer.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "RHBZ#2451094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key"
},
{
"cve": "CVE-2026-34182",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2026-05-27T13:59:43+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481884"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL\u0027s Cryptographic Message Services (CMS) AuthEnvelopedData processing. An on-path attacker can exploit insufficient input validation on cipher and tag length fields by sending specially crafted CMS messages. This can lead to the forging of messages or bypassing integrity validation. Consequently, an attacker may achieve key-equivalent functionality for a given CMS recipient.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate: This flaw in OpenSSL\u0027s Cryptographic Message Services (CMS) AuthEnvelopedData processing could allow an on-path attacker to forge messages or bypass integrity validation. This is due to insufficient input validation on cipher and tag length fields, potentially leading to key-equivalent functionality or integrity bypass in applications utilizing affected OpenSSL versions for CMS AuthEnvelopedData.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34182"
},
{
"category": "external",
"summary": "RHBZ#2481884",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481884"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34182"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34182",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34182"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "Systems configured to operate in FIPS mode are not affected by this vulnerability. To mitigate this issue, ensure that OpenSSL is operating in FIPS mode by enabling the system-wide FIPS policy. This may have broader implications for cryptographic operations on the system and should be evaluated for compatibility with existing applications. A system reboot may be required for the changes to take effect.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: CMS AuthEnvelopedData Processing May Accept Forged Messages"
},
{
"cve": "CVE-2026-34183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-05-27T14:04:59+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481885"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL\u0027s QUIC PATH_CHALLENGE handler. A remote attacker can exploit this vulnerability by flooding a QUIC client or server with specially crafted PATH_CHALLENGE frames. This leads to unbounded memory allocation within the local QUIC stack, as the system continuously allocates PATH_RESPONSE frames without them being acknowledged. The primary consequence is a Denial of Service (DoS), causing the affected application to terminate abnormally due to memory exhaustion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A Moderate severity flaw exists in the QUIC PATH_CHALLENGE handler, allowing a remote attacker to exhaust heap memory of a QUIC client or server. By flooding the local QUIC stack with PATH_CHALLENGE frames, a malicious peer can trigger unbounded memory allocation, leading to a denial of service for applications utilizing the vulnerable QUIC implementation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34183"
},
{
"category": "external",
"summary": "RHBZ#2481885",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481885"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34183",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34183"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, apply UDP rate limiting at your network edge to throttle malicious traffic. If QUIC is not strictly required, disable the listener entirely and configure your application to use standard TLS over TCP. Additionally, enforce strict process memory limits using cgroups to prevent host-wide memory exhaustion during an attack.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"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": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: Unbounded Memory Growth in the QUIC PATH_CHALLENGE Handler"
},
{
"cve": "CVE-2026-42764",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-05-27T14:08:07+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481887"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the OpenSSL QUIC (Quick UDP Internet Connections) server. A remote attacker could send a specially crafted QUIC initial packet with an invalid token. If the server\u0027s address validation is explicitly disabled, this could lead to a NULL pointer dereference, causing the server process to terminate abnormally and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: NULL pointer dereference in QUIC server initial packet handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a Moderate severity issue. A NULL pointer dereference can occur in the OpenSSL QUIC server when processing initial packets with invalid tokens, leading to a denial of service. This vulnerability is only exploitable if the client address validation is explicitly disabled using the `SSL_LISTENER_FLAG_NO_VALIDATE` flag, which is not the default configuration for OpenSSL QUIC servers.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42764"
},
{
"category": "external",
"summary": "RHBZ#2481887",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481887"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42764",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42764"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42764",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42764"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the OpenSSL QUIC server has client address validation enabled. This is the default configuration. If the `SSL_LISTENER_FLAG_NO_VALIDATE` flag is being used with the `SSL_new_listener()` call, it should be removed to prevent the vulnerability from being exploitable.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: NULL pointer dereference in QUIC server initial packet handling"
},
{
"cve": "CVE-2026-45445",
"cwe": {
"id": "CWE-1204",
"name": "Generation of Weak Initialization Vector (IV)"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481896"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. Applications that use the AES-OCB encryption method with a specific one-shot interface (EVP_Cipher()) will have their provided Initialization Vector (IV) silently discarded. This leads to the same internal cryptographic value being used repeatedly, which compromises the confidentiality of encrypted data. Additionally, this issue allows for the universal forgery of authentication tags, undermining the integrity of communications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: AES-OCB IV Ignored on EVP_Cipher() Path",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a Moderate severity flaw where applications utilizing the AES-OCB cipher through OpenSSL\u0027s EVP_Cipher() one-shot interface may silently discard the provided initialization vector (IV). This leads to nonce reuse, compromising confidentiality and enabling universal forgery of authentication tags. Red Hat products are primarily affected if they include or rely on third-party applications that specifically employ this less common and discouraged API usage with AES-OCB, as standard OpenSSL SSL/TLS implementations and applications using the recommended streaming AEAD API are not impacted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45445"
},
{
"category": "external",
"summary": "RHBZ#2481896",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481896"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45445",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45445"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45445",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45445"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: AES-OCB IV Ignored on EVP_Cipher() Path"
},
{
"cve": "CVE-2026-45447",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-27T14:17:46+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481898"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenSSL. When processing a specially crafted PKCS#7 or S/MIME (Secure/Multipurpose Internet Mail Extensions) signed message, a heap use-after-free vulnerability in the PKCS7_verify() function can be triggered. This occurs if the SignedData digestAlgorithms field is present as an empty ASN.1 SET, leading to incorrect memory deallocation. A remote attacker could exploit this to cause application crashes, memory corruption, or potentially achieve remote code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: Heap Use-After-Free in OpenSSL PKCS7_verify()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This High severity heap use-after-free flaw in OpenSSL\u0027s PKCS7_verify() function can be triggered by processing a specially crafted PKCS#7 or S/MIME signed message. This could lead to application crashes, memory corruption, or potentially remote code execution, impacting services that handle such messages. The vulnerability specifically affects applications utilizing OpenSSL PKCS#7 APIs, while those using CMS APIs are not impacted.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"known_not_affected": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-45447"
},
{
"category": "external",
"summary": "RHBZ#2481898",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481898"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-45447",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-45447"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-45447",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45447"
}
],
"release_date": "2026-06-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-15T13:07:37+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://docs.openshift.com/container-platform/latest/operators/admin/olm-upgrading-operators.html",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:39981"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"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": [
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-operator-bundle@sha256:fa43be2fd285110e13fb4e782479b28a6e59ffc25da384d4aae745b6d70c74c7_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:093ff7d3b7e420f4cd6650314bea628408ec38e2965e770295f4a5eb8e9b97ea_amd64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:1c4cf70fef001a66b2d93b43668e21e87ccb1203e8206e7449c5a70d9204c593_arm64",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:7d1fc978c1e10cf51876a725fa41c53c52ecec884c2d25d6f782a7cbd87f4ca1_s390x",
"Cost Management 4:registry.redhat.io/costmanagement/costmanagement-metrics-rhel9-operator@sha256:c76ae9a58852c1e1d7b8745e7152ea06548dfcb07c448618d0f22ee01e110ddf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "openssl: Heap Use-After-Free in OpenSSL PKCS7_verify()"
}
]
}
RHSA-2026:40021
Vulnerability from csaf_redhat - Published: 2026-07-23 07:30 - Updated: 2026-09-06 03:01A flaw was found in BIND. A remote attacker could exploit this vulnerability by sending a maliciously crafted DNSSEC-validated zone to a BIND resolver. This could cause the resolver to consume excessive CPU resources, leading to a denial of service (DoS) for legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0 | — |
Vendor Fix
fix
Workaround
|
A privilege escalation vulnerability was found in the Linux kernel's CIFS client implementation. This could allow a local attacker to impersonate other users, bypass authentication in SMB mount operations, and potentially gain unauthorized access to network file shares or escalate privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.13.69 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.13.69. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:40020\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nSecurity Fix(es):\n\n* bind: BIND: Denial of Service via maliciously crafted DNSSEC-validated zone (CVE-2026-1519)\n* glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width CVE-2026-5450) \n* kernel: net/sched: act_pedit: extend the writable skb range per key (CVE-2026-46331)\n* kernel: Linux kernel: smb: client: reject userspace cifs.spnego descriptions (CVE-2026-46243)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"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:40021",
"url": "https://access.redhat.com/errata/RHSA-2026:40021"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2451305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451305"
},
{
"category": "external",
"summary": "2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "2479492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"category": "external",
"summary": "2481486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481486"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_40021.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.69 bug fix and security update",
"tracking": {
"current_release_date": "2026-09-06T03:01:40+00:00",
"generator": {
"date": "2026-09-06T03:01:40+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:40021",
"initial_release_date": "2026-07-23T07:30:26+00:00",
"revision_history": [
{
"date": "2026-07-23T07:30:26+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-23T07:30:26+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:40+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-x86_64-413.92.202607141229-0",
"product": {
"name": "rhcos-x86_64-413.92.202607141229-0",
"product_id": "rhcos-x86_64-413.92.202607141229-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@413.92.202607141229?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-x86_64-413.92.202607141229-0 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
},
"product_reference": "rhcos-x86_64-413.92.202607141229-0",
"relates_to_product_reference": "9Base-RHOSE-4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1519",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-25T14:01:56.586125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451305"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in BIND. A remote attacker could exploit this vulnerability by sending a maliciously crafted DNSSEC-validated zone to a BIND resolver. This could cause the resolver to consume excessive CPU resources, leading to a denial of service (DoS) for legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bind: BIND: Denial of Service via maliciously crafted DNSSEC-validated zone",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. A flaw in BIND allows a remote attacker to cause a Denial of Service by sending a maliciously crafted DNSSEC-validated zone to a BIND resolver. Red Hat systems running BIND configured for DNSSEC validation are affected. Authoritative-only BIND servers are generally not impacted unless configured to perform recursive queries.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1519"
},
{
"category": "external",
"summary": "RHBZ#2451305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451305"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1519"
},
{
"category": "external",
"summary": "https://downloads.isc.org/isc/bind9/9.18.47",
"url": "https://downloads.isc.org/isc/bind9/9.18.47"
},
{
"category": "external",
"summary": "https://downloads.isc.org/isc/bind9/9.20.21",
"url": "https://downloads.isc.org/isc/bind9/9.20.21"
},
{
"category": "external",
"summary": "https://downloads.isc.org/isc/bind9/9.21.20",
"url": "https://downloads.isc.org/isc/bind9/9.21.20"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2026-1519",
"url": "https://kb.isc.org/docs/cve-2026-1519"
}
],
"release_date": "2026-03-25T13:25:19.802000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T07:30:26+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:6ff433fc5d4e0a3e7a0496e41af47da5c9349afeaad949e6d3bb49764618e1b9\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40021"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable DNSSEC validation on affected BIND resolvers. Alternatively, configure the BIND server as authoritative-only if recursive queries are not required. Disabling DNSSEC validation may reduce the security posture of the DNS resolver. A restart of the BIND service (`named`) is required for these changes to take effect and may temporarily interrupt DNS resolution.",
"product_ids": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
}
],
"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": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bind: BIND: Denial of Service via maliciously crafted DNSSEC-validated zone"
},
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T07:30:26+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:6ff433fc5d4e0a3e7a0496e41af47da5c9349afeaad949e6d3bb49764618e1b9\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40021"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
},
{
"cve": "CVE-2026-46243",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-26T15:07:49.955000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2481486"
}
],
"notes": [
{
"category": "description",
"text": "A privilege escalation vulnerability was found in the Linux kernel\u0027s CIFS client implementation. This could allow a local attacker to impersonate other users, bypass authentication in SMB mount operations, and potentially gain unauthorized access to network file shares or escalate privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: smb: client: reject userspace cifs.spnego descriptions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Important severity primarily because a low-privileged local user can achieve full privilege escalation to root without any user interaction. The attack requires local access, which prevents remote exploitation and is the primary factor keeping the rating at Important rather than Critical.\n\nExploitation requires three components to be present on the system: the `cifs` kernel module (loaded or loadable), the `cifs-utils` package with its default `cifs.spnego` request-key rule, and the ability to create unprivileged user and mount namespaces. All three must be present for the attack chain to succeed. Environments that do not use SMB/CIFS file shares or Active Directory integration are unlikely to have `cifs-utils` installed, reducing their exposure.\n\nIn OpenShift Container Platform 4, this flaw is rated Low. The default `restricted-v2` Security Context Constraint (SCC) sets `allowPrivilegeEscalation: false` on all pods, which causes the kernel to ignore setuid file bits, preventing privilege escalation. Under non-default SCCs such as `anyuid` that permit privilege escalation, the vulnerability is constrained by PID and mount namespace isolation to the container\u0027s own filesystem. An attacker would only be able to escalate privileges within the container, not on the host or across pods.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46243"
},
{
"category": "external",
"summary": "RHBZ#2481486",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2481486"
},
{
"category": "external",
"summary": "RHSB-2026-005",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-005"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46243"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46243",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46243"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3da1fdf4efbc490041eb4f836bf596201203f8f2",
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3da1fdf4efbc490041eb4f836bf596201203f8f2"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026060140-CVE-2026-46243-3d1c@gregkh/",
"url": "https://lore.kernel.org/linux-cve-announce/2026060140-CVE-2026-46243-3d1c@gregkh/"
}
],
"release_date": "2026-05-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T07:30:26+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:6ff433fc5d4e0a3e7a0496e41af47da5c9349afeaad949e6d3bb49764618e1b9\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40021"
},
{
"category": "workaround",
"details": "See the security bulletin for a detailed mitigation procedure.",
"product_ids": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: Linux kernel: smb: client: reject userspace cifs.spnego descriptions"
},
{
"cve": "CVE-2026-46331",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-05-18T06:17:23.219000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2479492"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s traffic control packet editing (pedit) subsystem. In tcf_pedit_act(), the copy-on-write (COW) range for skb_ensure_writable() is computed once before iterating over edit keys, but the calculation does not account for runtime header offsets added by typed keys. This can leave part of the target write region without a proper copy-on-write, leading to an out-of-bounds write that corrupts page cache memory. A local attacker with the ability to configure traffic control rules could exploit this to escalate privileges or crash the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: act_pedit: extend the writable skb range per key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Important severity.\n\nThis vulnerability is in the kernel\u0027s traffic control (tc) pedit action, which requires CAP_NET_ADMIN capability to configure. By default in Red Hat Enterprise Linux, this limits exploitation to the root user or processes explicitly granted network administration capabilities. However, in some circumstances unprivileged users may obtain CAP_NET_ADMIN within user namespaces. Successful exploitation could lead to arbitrary code execution in kernel context or a system crash.\n\nRed Hat Enterprise Linux 7 and earlier are not affected. Within OpenShift Container Platform, the vulnerable module is not loaded by default, reducing the severity to Low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46331"
},
{
"category": "external",
"summary": "RHBZ#2479492",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2479492"
},
{
"category": "external",
"summary": "RHSB-2026-008",
"url": "https://access.redhat.com/security/vulnerabilities/RHSB-2026-008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46331",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46331"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46331",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46331"
},
{
"category": "external",
"summary": "https://lore.kernel.org/netdev/20260516162825.1480113-1-rollkingzzc@gmail.com/",
"url": "https://lore.kernel.org/netdev/20260516162825.1480113-1-rollkingzzc@gmail.com/"
}
],
"release_date": "2026-05-18T04:04:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T07:30:26+00:00",
"details": "For OpenShift Container Platform 4.13 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:6ff433fc5d4e0a3e7a0496e41af47da5c9349afeaad949e6d3bb49764618e1b9\n\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40021"
},
{
"category": "workaround",
"details": "See the security bulletin for a detailed mitigation procedure.",
"product_ids": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.13:rhcos-x86_64-413.92.202607141229-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "kernel: net/sched: act_pedit: extend the writable skb range per key"
}
]
}
RHSA-2026:40762
Vulnerability from csaf_redhat - Published: 2026-07-22 12:55 - Updated: 2026-09-06 03:01A denial of service vulnerability was discovered in dnsmasq's DNSSEC validation. When parsing NSEC and NSEC3 bitmap records, the window iteration logic fails to account for the 2-byte window header when advancing through the bitmap data. A specially crafted DNS response with a zero-length bitmap can cause an infinite loop, making dnsmasq unresponsive to all queries.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
A heap out-of-bounds read vulnerability was discovered in dnsmasq's DNSSEC validation. When processing RRSIG records, dnsmasq calculates the signature length by subtracting the fixed field size from the record's declared data length. A crafted RRSIG record with a data length smaller than the fixed fields causes this calculation to underflow, potentially resulting in an out-of-bounds read and process crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
A heap buffer overflow was discovered in dnsmasq's DHCP script helper process. When processing DHCPv6 client identifiers (CLIDs), the helper hex-encodes the raw CLID bytes into a fixed-size buffer without length validation. Since DHCPv6 CLIDs can be up to 65,535 bytes, a crafted DHCPv6 packet can overflow the buffer with attacker-controlled content. The helper process runs with root privileges.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
A validation bypass was discovered in dnsmasq's RFC 7871 client subnet (ECS) handling. When verifying ECS source information in DNS responses, dnsmasq passes the OPT record length instead of the full packet length to the validation function.This causes all internal bounds checks to fail, completely bypassing ECS source validation and allowing an attacker to spoof client subnet information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
A flaw was found in libgnutls. A remote attacker, by sending an extremely short premaster secret during an RSA key exchange to a server using an RSA key backed by a PKCS#11 token, could trigger a short heap overread. This memory corruption vulnerability could lead to information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in gnutls. A remote attacker could exploit an issue in the Datagram Transport Layer Security (DTLS) packet reordering logic. The comparator function, responsible for ordering DTLS packets by sequence numbers, did not correctly handle packets with duplicate sequence numbers. This could lead to unstable packet ordering or undefined behavior, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
A flaw was found in gnutls. Servers configured with RSA-PSK (Rivest–Shamir–Adleman – Pre-Shared Key) wrongfully matched usernames containing a NUL character with truncated usernames. A remote attacker could exploit this by sending a specially crafted username, leading to an authentication bypass. This vulnerability allows an attacker to gain unauthorized access by circumventing the authentication process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
A flaw was found in gnutls. This vulnerability occurs because permitted name constraints were incorrectly ignored when previous Certificate Authorities (CAs) only had excluded name constraints. A remote attacker could exploit this to bypass critical name constraint checks during certificate validation. This bypass could lead to the acceptance of invalid certificates, potentially enabling spoofing or man-in-the-middle attacks against affected systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
A flaw was found in gnutls. When validating certificates, an oversized Subject Alternative Name (SAN) could cause the validation process to incorrectly fall back to checking the Common Name (CN) field. This could allow a remote attacker to bypass proper certificate validation, potentially leading to spoofing or man-in-the-middle attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0 | — |
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": "Red Hat OpenShift Container Platform release 4.19.39 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.19.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.19.39. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:40761\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nSecurity Fix(es):\n\n* dnsmasq: NSEC bitmap parsing infinite loop (CVE-2026-4890)\n* dnsmasq: RRSIG rdlen underflow leading to heap OOB read (CVE-2026-4891)\n* dnsmasq: DHCPv6 CLID buffer overflow in helper process (CVE-2026-4892)\n* gnutls: gnutls: Denial of Service via DTLS packet reordering vulnerability (CVE-2026-42009)\n* gnutls: gnutls: Authentication Bypass via NUL Character in Username (CVE-2026-42010)\n* dnsmasq: Broken ECS source validation bypass (CVE-2026-4893)\n* gnutls: gnutls: Information disclosure via heap overread in RSA key exchange (CVE-2026-5260)\n* glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width (CVE-2026-5450)\n* gnutls: gnutls: Security bypass due to incorrect name constraint handling (CVE-2026-42011)\n* gnutls: gnutls: Certificate validation bypass due to oversized Subject Alternative Name (CVE-2026-42013)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"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:40762",
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2458516",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458516"
},
{
"category": "external",
"summary": "2458517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458517"
},
{
"category": "external",
"summary": "2458518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458518"
},
{
"category": "external",
"summary": "2458519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458519"
},
{
"category": "external",
"summary": "2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "2467279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467279"
},
{
"category": "external",
"summary": "2467289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467289"
},
{
"category": "external",
"summary": "2467437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467437"
},
{
"category": "external",
"summary": "2467448",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467448"
},
{
"category": "external",
"summary": "2467450",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467450"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_40762.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.39 bug fix and security update",
"tracking": {
"current_release_date": "2026-09-06T03:01:42+00:00",
"generator": {
"date": "2026-09-06T03:01:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:40762",
"initial_release_date": "2026-07-22T12:55:49+00:00",
"revision_history": [
{
"date": "2026-07-22T12:55:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-22T12:55:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-aarch64-4.19.9.6.202607151909-0",
"product": {
"name": "rhcos-aarch64-4.19.9.6.202607151909-0",
"product_id": "rhcos-aarch64-4.19.9.6.202607151909-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@4.19.9.6.202607151909?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-ppc64le-4.19.9.6.202607151909-0",
"product": {
"name": "rhcos-ppc64le-4.19.9.6.202607151909-0",
"product_id": "rhcos-ppc64le-4.19.9.6.202607151909-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@4.19.9.6.202607151909?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-s390x-4.19.9.6.202607151909-0",
"product": {
"name": "rhcos-s390x-4.19.9.6.202607151909-0",
"product_id": "rhcos-s390x-4.19.9.6.202607151909-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@4.19.9.6.202607151909?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-x86_64-4.19.9.6.202607151909-0",
"product": {
"name": "rhcos-x86_64-4.19.9.6.202607151909-0",
"product_id": "rhcos-x86_64-4.19.9.6.202607151909-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@4.19.9.6.202607151909?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-aarch64-4.19.9.6.202607151909-0 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0"
},
"product_reference": "rhcos-aarch64-4.19.9.6.202607151909-0",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-ppc64le-4.19.9.6.202607151909-0 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0"
},
"product_reference": "rhcos-ppc64le-4.19.9.6.202607151909-0",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-s390x-4.19.9.6.202607151909-0 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0"
},
"product_reference": "rhcos-s390x-4.19.9.6.202607151909-0",
"relates_to_product_reference": "9Base-RHOSE-4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-x86_64-4.19.9.6.202607151909-0 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
},
"product_reference": "rhcos-x86_64-4.19.9.6.202607151909-0",
"relates_to_product_reference": "9Base-RHOSE-4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-4890",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-04-14T22:32:21.880000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458516"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service vulnerability was discovered in dnsmasq\u0027s DNSSEC validation. When parsing NSEC and NSEC3 bitmap records, the window iteration logic fails to account for the 2-byte window header when advancing through the bitmap data. A specially crafted DNS response with a zero-length bitmap can cause an infinite loop, making dnsmasq unresponsive to all queries.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dnsmasq: NSEC bitmap parsing infinite loop",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects deployments with DNSSEC validation enabled (--dnssec). The flaw is reachable before RRSIG signature validation, meaning no valid DNSSEC signatures are required to trigger it. However, the primary impact is limited to denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4890"
},
{
"category": "external",
"summary": "RHBZ#2458516",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458516"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4890",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4890"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4890",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4890"
},
{
"category": "external",
"summary": "https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html",
"url": "https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html"
}
],
"release_date": "2026-05-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dnsmasq: NSEC bitmap parsing infinite loop"
},
{
"cve": "CVE-2026-4891",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-14T22:39:35.826000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458517"
}
],
"notes": [
{
"category": "description",
"text": "A heap out-of-bounds read vulnerability was discovered in dnsmasq\u0027s DNSSEC validation. When processing RRSIG records, dnsmasq calculates the signature length by subtracting the fixed field size from the record\u0027s declared data length. A crafted RRSIG record with a data length smaller than the fixed fields causes this calculation to underflow, potentially resulting in an out-of-bounds read and process crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dnsmasq: RRSIG rdlen underflow leading to heap OOB read",
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4891"
},
{
"category": "external",
"summary": "RHBZ#2458517",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458517"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4891",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4891"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4891",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4891"
},
{
"category": "external",
"summary": "https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html",
"url": "https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html"
}
],
"release_date": "2026-05-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dnsmasq: RRSIG rdlen underflow leading to heap OOB read"
},
{
"cve": "CVE-2026-4892",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2026-04-14T22:44:58.432000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458518"
}
],
"notes": [
{
"category": "description",
"text": "A heap buffer overflow was discovered in dnsmasq\u0027s DHCP script helper process. When processing DHCPv6 client identifiers (CLIDs), the helper hex-encodes the raw CLID bytes into a fixed-size buffer without length validation. Since DHCPv6 CLIDs can be up to 65,535 bytes, a crafted DHCPv6 packet can overflow the buffer with attacker-controlled content. The helper process runs with root privileges.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dnsmasq: DHCPv6 CLID buffer overflow in helper process",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this as Important. The overflow occurs in a root-privileged helper process with attacker-controlled content, and the `--dhcp-script` option is enabled by default in libvirt virtual network configurations, which affects RHEL systems using virt-manager, virt-install, or cockpit-machines. Exploitation requires the attacker to send crafted DHCPv6 packets from within the virtual network, meaning a malicious VM guest could potentially exploit this for host-level code execution as root.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4892"
},
{
"category": "external",
"summary": "RHBZ#2458518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4892"
},
{
"category": "external",
"summary": "https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html",
"url": "https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html"
}
],
"release_date": "2026-05-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dnsmasq: DHCPv6 CLID buffer overflow in helper process"
},
{
"cve": "CVE-2026-4893",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2026-04-14T22:50:18.517000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458519"
}
],
"notes": [
{
"category": "description",
"text": "A validation bypass was discovered in dnsmasq\u0027s RFC 7871 client subnet (ECS) handling. When verifying ECS source information in DNS responses, dnsmasq passes the OPT record length instead of the full packet length to the validation function.This causes all internal bounds checks to fail, completely bypassing ECS source validation and allowing an attacker to spoof client subnet information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dnsmasq: Broken ECS source validation bypass",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this as Moderate. This issue affects deployments with the `--add-subnet` option enabled. The impact is limited to bypassing ECS source validation, which could allow cache manipulation scoped to specific subnets or minor information disclosure about network topology.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4893"
},
{
"category": "external",
"summary": "RHBZ#2458519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4893",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4893"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4893",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4893"
},
{
"category": "external",
"summary": "https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html",
"url": "https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html"
}
],
"release_date": "2026-05-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dnsmasq: Broken ECS source validation bypass"
},
{
"acknowledgments": [
{
"names": [
"Joshua Rogers"
],
"organization": "AISLE Research Team"
}
],
"cve": "CVE-2026-5260",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2026-05-06T19:50:31.302000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467450"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libgnutls. A remote attacker, by sending an extremely short premaster secret during an RSA key exchange to a server using an RSA key backed by a PKCS#11 token, could trigger a short heap overread. This memory corruption vulnerability could lead to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: gnutls: Information disclosure via heap overread in RSA key exchange",
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5260"
},
{
"category": "external",
"summary": "RHBZ#2467450",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467450"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5260",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5260"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5260",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5260"
},
{
"category": "external",
"summary": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-10",
"url": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-10"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: gnutls: Information disclosure via heap overread in RSA key exchange"
},
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
},
{
"acknowledgments": [
{
"names": [
"Joshua Rogers"
],
"organization": "AISLE Research Team"
}
],
"cve": "CVE-2026-42009",
"cwe": {
"id": "CWE-475",
"name": "Undefined Behavior for Input to API"
},
"discovery_date": "2026-05-06T16:32:32.382000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467279"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gnutls. A remote attacker could exploit an issue in the Datagram Transport Layer Security (DTLS) packet reordering logic. The comparator function, responsible for ordering DTLS packets by sequence numbers, did not correctly handle packets with duplicate sequence numbers. This could lead to unstable packet ordering or undefined behavior, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: gnutls: Denial of Service via DTLS packet reordering vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The impact for this flaw has been downgraded on Red Hat Enterprise Linux due to the following reason:\n\n- The number of elements passed to the vulnerable function at runtime is known and is at most 6 and the element size is sufficiently small. glibc\u2019s qsort implementation will not exercise the quick sort code path, which would otherwise cause an infloop or out-of-bound write.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42009"
},
{
"category": "external",
"summary": "RHBZ#2467279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467279"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42009",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42009"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42009",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42009"
},
{
"category": "external",
"summary": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-2",
"url": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-2"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gnutls: gnutls: Denial of Service via DTLS packet reordering vulnerability"
},
{
"acknowledgments": [
{
"names": [
"Joshua Rogers"
],
"organization": "AISLE Research Team"
}
],
"cve": "CVE-2026-42010",
"cwe": {
"id": "CWE-170",
"name": "Improper Null Termination"
},
"discovery_date": "2026-05-06T16:57:37.044000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467289"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gnutls. Servers configured with RSA-PSK (Rivest\u2013Shamir\u2013Adleman \u2013 Pre-Shared Key) wrongfully matched usernames containing a NUL character with truncated usernames. A remote attacker could exploit this by sending a specially crafted username, leading to an authentication bypass. This vulnerability allows an attacker to gain unauthorized access by circumventing the authentication process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: gnutls: Authentication Bypass via NUL Character in Username",
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42010"
},
{
"category": "external",
"summary": "RHBZ#2467289",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467289"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42010",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42010"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42010",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42010"
},
{
"category": "external",
"summary": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-4",
"url": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-4"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "gnutls: gnutls: Authentication Bypass via NUL Character in Username"
},
{
"acknowledgments": [
{
"names": [
"Haruto Kimura"
],
"organization": "Stella"
}
],
"cve": "CVE-2026-42011",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-06T19:06:25.319000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467437"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gnutls. This vulnerability occurs because permitted name constraints were incorrectly ignored when previous Certificate Authorities (CAs) only had excluded name constraints. A remote attacker could exploit this to bypass critical name constraint checks during certificate validation. This bypass could lead to the acceptance of invalid certificates, potentially enabling spoofing or man-in-the-middle attacks against affected systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: gnutls: Security bypass due to incorrect name constraint handling",
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42011"
},
{
"category": "external",
"summary": "RHBZ#2467437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42011"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42011",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42011"
},
{
"category": "external",
"summary": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-6",
"url": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-6"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"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:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: gnutls: Security bypass due to incorrect name constraint handling"
},
{
"acknowledgments": [
{
"names": [
"Haruto Kimura"
],
"organization": "Stella"
},
{
"names": [
"Joshua Rogers"
],
"organization": "AISLE Research Team"
}
],
"cve": "CVE-2026-42013",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-06T19:47:00.134000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467448"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gnutls. When validating certificates, an oversized Subject Alternative Name (SAN) could cause the validation process to incorrectly fall back to checking the Common Name (CN) field. This could allow a remote attacker to bypass proper certificate validation, potentially leading to spoofing or man-in-the-middle attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "gnutls: gnutls: Certificate validation bypass due to oversized Subject Alternative Name",
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42013"
},
{
"category": "external",
"summary": "RHBZ#2467448",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467448"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42013"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42013",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42013"
},
{
"category": "external",
"summary": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-8",
"url": "https://www.gnutls.org/security-new.html#GNUTLS-SA-2026-04-29-8"
}
],
"release_date": "2026-04-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-22T12:55:49+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8367df5ccbec71bfd55d827da81c659e301e17073b8a1a47e43d3e201adb4fd1\n\n (For s390x architecture)\n The image digest is sha256:8eb5fa80e5e92443a0870c876e82b03971051c4285d9f71ef025eea098448dff\n\n (For ppc64le architecture)\n The image digest is sha256:5d7790ac52e357afe0a15363f4eefd505029cc49a3fc147787cc5b96d8bbc666\n\n (For aarch64 architecture)\n The image digest is sha256:ed4761bb6a0bb26e5250aa36776dbe48d9ccab7fb1a05a253aa6ef2d59d32fde\n\nAll OpenShift Container Platform 4.19 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:40762"
}
],
"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": [
"9Base-RHOSE-4.19:rhcos-aarch64-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-ppc64le-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-s390x-4.19.9.6.202607151909-0",
"9Base-RHOSE-4.19:rhcos-x86_64-4.19.9.6.202607151909-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "gnutls: gnutls: Certificate validation bypass due to oversized Subject Alternative Name"
}
]
}
RHSA-2026:43226
Vulnerability from csaf_redhat - Published: 2026-07-31 15:08 - Updated: 2026-09-06 03:01A flaw was found in BIND. A remote attacker could exploit this vulnerability by sending a maliciously crafted DNSSEC-validated zone to a BIND resolver. This could cause the resolver to consume excessive CPU resources, leading to a denial of service (DoS) for legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.15.67 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\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": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.15.67. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:43225\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nSecurity Fix(es):\n\n* bind: BIND: Denial of Service via maliciously crafted DNSSEC-validated zone (CVE-2026-1519)\n* glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width (CVE-2026-5450)\n* openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key (CVE-2026-31790)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"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:43226",
"url": "https://access.redhat.com/errata/RHSA-2026:43226"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2451094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451094"
},
{
"category": "external",
"summary": "2451305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451305"
},
{
"category": "external",
"summary": "2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_43226.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.67 bug fix and security update",
"tracking": {
"current_release_date": "2026-09-06T03:01:42+00:00",
"generator": {
"date": "2026-09-06T03:01:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:43226",
"initial_release_date": "2026-07-31T15:08:17+00:00",
"revision_history": [
{
"date": "2026-07-31T15:08:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-31T15:08:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-aarch64-415.92.202607210244-0",
"product": {
"name": "rhcos-aarch64-415.92.202607210244-0",
"product_id": "rhcos-aarch64-415.92.202607210244-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@415.92.202607210244?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-ppc64le-415.92.202607210244-0",
"product": {
"name": "rhcos-ppc64le-415.92.202607210244-0",
"product_id": "rhcos-ppc64le-415.92.202607210244-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@415.92.202607210244?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-s390x-415.92.202607210244-0",
"product": {
"name": "rhcos-s390x-415.92.202607210244-0",
"product_id": "rhcos-s390x-415.92.202607210244-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@415.92.202607210244?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-x86_64-415.92.202607210244-0",
"product": {
"name": "rhcos-x86_64-415.92.202607210244-0",
"product_id": "rhcos-x86_64-415.92.202607210244-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@415.92.202607210244?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-aarch64-415.92.202607210244-0 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0"
},
"product_reference": "rhcos-aarch64-415.92.202607210244-0",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-ppc64le-415.92.202607210244-0 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0"
},
"product_reference": "rhcos-ppc64le-415.92.202607210244-0",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-s390x-415.92.202607210244-0 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0"
},
"product_reference": "rhcos-s390x-415.92.202607210244-0",
"relates_to_product_reference": "9Base-RHOSE-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-x86_64-415.92.202607210244-0 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
},
"product_reference": "rhcos-x86_64-415.92.202607210244-0",
"relates_to_product_reference": "9Base-RHOSE-4.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-1519",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-25T14:01:56.586125+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451305"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in BIND. A remote attacker could exploit this vulnerability by sending a maliciously crafted DNSSEC-validated zone to a BIND resolver. This could cause the resolver to consume excessive CPU resources, leading to a denial of service (DoS) for legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bind: BIND: Denial of Service via maliciously crafted DNSSEC-validated zone",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Important. A flaw in BIND allows a remote attacker to cause a Denial of Service by sending a maliciously crafted DNSSEC-validated zone to a BIND resolver. Red Hat systems running BIND configured for DNSSEC validation are affected. Authoritative-only BIND servers are generally not impacted unless configured to perform recursive queries.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1519"
},
{
"category": "external",
"summary": "RHBZ#2451305",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451305"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1519",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1519"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1519",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1519"
},
{
"category": "external",
"summary": "https://downloads.isc.org/isc/bind9/9.18.47",
"url": "https://downloads.isc.org/isc/bind9/9.18.47"
},
{
"category": "external",
"summary": "https://downloads.isc.org/isc/bind9/9.20.21",
"url": "https://downloads.isc.org/isc/bind9/9.20.21"
},
{
"category": "external",
"summary": "https://downloads.isc.org/isc/bind9/9.21.20",
"url": "https://downloads.isc.org/isc/bind9/9.21.20"
},
{
"category": "external",
"summary": "https://kb.isc.org/docs/cve-2026-1519",
"url": "https://kb.isc.org/docs/cve-2026-1519"
}
],
"release_date": "2026-03-25T13:25:19.802000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T15:08:17+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2f76605ac71fd30ffe0f017cbff0c01a24dd2649002b397ba17b010f49c77884\n\n (For s390x architecture)\n The image digest is sha256:a3c80c9086377af739bb96dc18739d34adde8594eb216b293bfa5b8370be05e5\n\n (For ppc64le architecture)\n The image digest is sha256:f68d6c7055217da39e79072b58bacff19133f4af31b32b8c529be6c2a87458c1\n\n (For aarch64 architecture)\n The image digest is sha256:a9b3c83d6d295cfe71a46fa917e32aaabed01ecf4eb54e464428a9b92769b333\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:43226"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable DNSSEC validation on affected BIND resolvers. Alternatively, configure the BIND server as authoritative-only if recursive queries are not required. Disabling DNSSEC validation may reduce the security posture of the DNS resolver. A restart of the BIND service (`named`) is required for these changes to take effect and may temporarily interrupt DNS resolution.",
"product_ids": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
}
],
"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": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bind: BIND: Denial of Service via maliciously crafted DNSSEC-validated zone"
},
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T15:08:17+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2f76605ac71fd30ffe0f017cbff0c01a24dd2649002b397ba17b010f49c77884\n\n (For s390x architecture)\n The image digest is sha256:a3c80c9086377af739bb96dc18739d34adde8594eb216b293bfa5b8370be05e5\n\n (For ppc64le architecture)\n The image digest is sha256:f68d6c7055217da39e79072b58bacff19133f4af31b32b8c529be6c2a87458c1\n\n (For aarch64 architecture)\n The image digest is sha256:a9b3c83d6d295cfe71a46fa917e32aaabed01ecf4eb54e464428a9b92769b333\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:43226"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
},
{
"cve": "CVE-2026-31790",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-25T02:59:10.179000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. This flaw affects applications utilizing RSASVE key encapsulation, where an attacker-supplied invalid RSA public key is used with EVP_PKEY_encapsulate() without prior validation. This can lead to the disclosure of sensitive, uninitialized memory buffer contents to a malicious peer.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "RHBZ#2451094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T15:08:17+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:2f76605ac71fd30ffe0f017cbff0c01a24dd2649002b397ba17b010f49c77884\n\n (For s390x architecture)\n The image digest is sha256:a3c80c9086377af739bb96dc18739d34adde8594eb216b293bfa5b8370be05e5\n\n (For ppc64le architecture)\n The image digest is sha256:f68d6c7055217da39e79072b58bacff19133f4af31b32b8c529be6c2a87458c1\n\n (For aarch64 architecture)\n The image digest is sha256:a9b3c83d6d295cfe71a46fa917e32aaabed01ecf4eb54e464428a9b92769b333\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:43226"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.15:rhcos-aarch64-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-ppc64le-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-s390x-415.92.202607210244-0",
"9Base-RHOSE-4.15:rhcos-x86_64-415.92.202607210244-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key"
}
]
}
RHSA-2026:43252
Vulnerability from csaf_redhat - Published: 2026-07-31 15:14 - Updated: 2026-09-06 03:01A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Netfilter flowtable component of the Linux kernel. This vulnerability occurs because the system does not strictly check the maximum number of hardware offload actions for IPv6, allowing it to process more actions than supported. This could potentially lead to system instability or a denial of service (DoS) condition, where the affected system becomes unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's Kernel-based Virtual Machine (KVM) x86 shadow paging mechanism. This vulnerability occurs when a host page directory entry (PDE) mapping is changed from within the guest, leading to an unexpected role mismatch in shadow paging. This mismatch can cause a use-after-free condition, where the system attempts to access memory that has already been released. Such a condition can lead to system instability, denial of service, potentially the execution of arbitrary code or guest-to-host escape.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.14.70 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container\nPlatform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container\nPlatform 4.14.70. See the following advisory for the RPM packages for this\nrelease:\n\nhttps://access.redhat.com/errata/RHBA-2026:43251\n\nSpace precludes documenting all of the container images in this advisory.\nSee the following Release Notes documentation, which will be updated\nshortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nSecurity Fix(es):\n\n* kernel: netfilter: flowtable: strictly check for maximum number of\nactions (CVE-2026-43329)\n* glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier\nand large width (CVE-2026-5450)\n* openssl: openssl: Information Disclosure from Uninitialized Memory via\nInvalid RSA Public Key (CVE-2026-31790)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"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:43252",
"url": "https://access.redhat.com/errata/RHSA-2026:43252"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2451094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451094"
},
{
"category": "external",
"summary": "2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "2468124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468124"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_43252.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.70 bug fix and security update",
"tracking": {
"current_release_date": "2026-09-06T03:01:42+00:00",
"generator": {
"date": "2026-09-06T03:01:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:43252",
"initial_release_date": "2026-07-31T15:14:50+00:00",
"revision_history": [
{
"date": "2026-07-31T15:14:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-07-31T15:14:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-aarch64-414.92.202607210313-0",
"product": {
"name": "rhcos-aarch64-414.92.202607210313-0",
"product_id": "rhcos-aarch64-414.92.202607210313-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@414.92.202607210313?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-ppc64le-414.92.202607210313-0",
"product": {
"name": "rhcos-ppc64le-414.92.202607210313-0",
"product_id": "rhcos-ppc64le-414.92.202607210313-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@414.92.202607210313?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-s390x-414.92.202607210313-0",
"product": {
"name": "rhcos-s390x-414.92.202607210313-0",
"product_id": "rhcos-s390x-414.92.202607210313-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@414.92.202607210313?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos-x86_64-414.92.202607210313-0",
"product": {
"name": "rhcos-x86_64-414.92.202607210313-0",
"product_id": "rhcos-x86_64-414.92.202607210313-0",
"product_identification_helper": {
"purl": "pkg:generic/redhat/rhcos@414.92.202607210313?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-aarch64-414.92.202607210313-0 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0"
},
"product_reference": "rhcos-aarch64-414.92.202607210313-0",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-ppc64le-414.92.202607210313-0 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0"
},
"product_reference": "rhcos-ppc64le-414.92.202607210313-0",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-s390x-414.92.202607210313-0 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0"
},
"product_reference": "rhcos-s390x-414.92.202607210313-0",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos-x86_64-414.92.202607210313-0 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
},
"product_reference": "rhcos-x86_64-414.92.202607210313-0",
"relates_to_product_reference": "9Base-RHOSE-4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T15:14:50+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, and aarch64 architectures. The image digests\nmay be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:1295cbaf9e211bbfcca95501eb454f2cdb90d31ff3c724cc96dbb1b55788d4bc\n\n (For s390x architecture)\n The image digest is sha256:5fc9b0efdcad856ce6d83ec89ce252347fbbfaf8a8f8f6a9352418ab2ffcf4a1\n\n (For ppc64le architecture)\n The image digest is sha256:8474aa39e1c5842c8a9209f42b877ffe06df7f4977cab7f2a881ec57aa6abd31\n\n (For aarch64 architecture)\n The image digest is sha256:4ac3fcf2d340595a8182aec92cf3e7b5c8d7d28932afa8b547c987046dda07be\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:43252"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
},
{
"cve": "CVE-2026-31790",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-25T02:59:10.179000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. This flaw affects applications utilizing RSASVE key encapsulation, where an attacker-supplied invalid RSA public key is used with EVP_PKEY_encapsulate() without prior validation. This can lead to the disclosure of sensitive, uninitialized memory buffer contents to a malicious peer.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "RHBZ#2451094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T15:14:50+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, and aarch64 architectures. The image digests\nmay be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:1295cbaf9e211bbfcca95501eb454f2cdb90d31ff3c724cc96dbb1b55788d4bc\n\n (For s390x architecture)\n The image digest is sha256:5fc9b0efdcad856ce6d83ec89ce252347fbbfaf8a8f8f6a9352418ab2ffcf4a1\n\n (For ppc64le architecture)\n The image digest is sha256:8474aa39e1c5842c8a9209f42b877ffe06df7f4977cab7f2a881ec57aa6abd31\n\n (For aarch64 architecture)\n The image digest is sha256:4ac3fcf2d340595a8182aec92cf3e7b5c8d7d28932afa8b547c987046dda07be\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:43252"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key"
},
{
"cve": "CVE-2026-43329",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-05-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2468124"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Netfilter flowtable component of the Linux kernel. This vulnerability occurs because the system does not strictly check the maximum number of hardware offload actions for IPv6, allowing it to process more actions than supported. This could potentially lead to system instability or a denial of service (DoS) condition, where the affected system becomes unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: netfilter: flowtable: strictly check for maximum number of actions",
"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": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43329"
},
{
"category": "external",
"summary": "RHBZ#2468124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468124"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43329",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43329"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43329",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43329"
},
{
"category": "external",
"summary": "https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2026/CVE-2026-43329.mbox",
"url": "https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2026/CVE-2026-43329.mbox"
}
],
"release_date": "2026-05-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T15:14:50+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, and aarch64 architectures. The image digests\nmay be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:1295cbaf9e211bbfcca95501eb454f2cdb90d31ff3c724cc96dbb1b55788d4bc\n\n (For s390x architecture)\n The image digest is sha256:5fc9b0efdcad856ce6d83ec89ce252347fbbfaf8a8f8f6a9352418ab2ffcf4a1\n\n (For ppc64le architecture)\n The image digest is sha256:8474aa39e1c5842c8a9209f42b877ffe06df7f4977cab7f2a881ec57aa6abd31\n\n (For aarch64 architecture)\n The image digest is sha256:4ac3fcf2d340595a8182aec92cf3e7b5c8d7d28932afa8b547c987046dda07be\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:43252"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: netfilter: flowtable: strictly check for maximum number of actions"
},
{
"cve": "CVE-2026-53359",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-07-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2497033"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Kernel-based Virtual Machine (KVM) x86 shadow paging mechanism. This vulnerability occurs when a host page directory entry (PDE) mapping is changed from within the guest, leading to an unexpected role mismatch in shadow paging. This mismatch can cause a use-after-free condition, where the system attempts to access memory that has already been released. Such a condition can lead to system instability, denial of service, potentially the execution of arbitrary code or guest-to-host escape.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected role",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in the KVM x86 shadow paging mechanism where an attacker with privileged access inside the guest VM could trigger a use-after-free condition by manipulating page directory entries on the host. This could lead to system instability, denial of service, or potentially arbitrary code execution on the host.\n\nIn Red Hat Enterprise Linux 7, nested virtualization for KVM is a Technology Preview feature and the nested parameter defaults to 0 (disabled) for both kvm_intel and kvm_amd.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-53359"
},
{
"category": "external",
"summary": "RHBZ#2497033",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497033"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-53359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53359",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53359"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026070403-CVE-2026-53359-4f57@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026070403-CVE-2026-53359-4f57@gregkh/T"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/07/06/7",
"url": "https://www.openwall.com/lists/oss-security/2026/07/06/7"
}
],
"release_date": "2026-07-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-31T15:14:50+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation,\nwhich will be updated shortly for this release, for important instructions\non how to upgrade your cluster and fully apply this asynchronous errata\nupdate:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata\nfor x86_64, s390x, ppc64le, and aarch64 architectures. The image digests\nmay be found at\nhttps://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:1295cbaf9e211bbfcca95501eb454f2cdb90d31ff3c724cc96dbb1b55788d4bc\n\n (For s390x architecture)\n The image digest is sha256:5fc9b0efdcad856ce6d83ec89ce252347fbbfaf8a8f8f6a9352418ab2ffcf4a1\n\n (For ppc64le architecture)\n The image digest is sha256:8474aa39e1c5842c8a9209f42b877ffe06df7f4977cab7f2a881ec57aa6abd31\n\n (For aarch64 architecture)\n The image digest is sha256:4ac3fcf2d340595a8182aec92cf3e7b5c8d7d28932afa8b547c987046dda07be\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:43252"
},
{
"category": "workaround",
"details": "This vulnerability can be mitigated by disabling nested virtualization. Create a file in `/etc/modprobe.d/` with a descriptive name, such as `cve-2026-53359-mitigation.conf`. In that file, disable nested virtualization for the `kvm_intel` and `kvm_amd` kernel modules:\n```\noptions kvm-intel nested=0\noptions kvm-amd nested=0\n```\n\nUse `lsmod` to determine if either module is already loaded. If so, remove loaded modules with `modprobe -r`. To validate that nested virtualization is disabled, read the files `/sys/module/kvm_intel/parameters/nested` and `/sys/module/kvm_amd/parameters/nested`. If these modules are loaded, those files should read `N` to indicate that the feature is disabled.\n\nIn OpenShift 4, a MachineConfig can be utilized to create a modprobe configuration allowing control of the module on applicable nodes. See the following article for an example.\n\nhttps://access.redhat.com/solutions/6979679",
"product_ids": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"9Base-RHOSE-4.14:rhcos-aarch64-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-ppc64le-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-s390x-414.92.202607210313-0",
"9Base-RHOSE-4.14:rhcos-x86_64-414.92.202607210313-0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected role"
}
]
}
RHSA-2026:44481
Vulnerability from csaf_redhat - Published: 2026-07-23 13:13 - Updated: 2026-09-06 03:01A flaw was found in the xmllint program distributed by the libxml2 package. A buffer over-read in the xmlHTMLPrintFileContext function in the xmllint.c file may be triggered when a crafted file is processed with the xmllint program using the `--htmlout` command line option, causing an application crash and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in GNU Coreutils. The sort utility's begfield() function is vulnerable to a heap buffer under-read. The program may access memory outside the allocated buffer if a user runs a crafted command using the traditional key format. A malicious input could lead to a crash or leak sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the interactive shell of the xmllint command-line tool, used for parsing XML files. When a user inputs an overly long command, the program does not check the input size properly, which can cause it to crash. This issue might allow attackers to run harmful code in rare configurations without modern protections.
CWE-121 - Stack-based Buffer Overflow| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A use-after-free vulnerability was found in libxslt while parsing xsl nodes that may lead to the dereference of expired pointers and application crash.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
A flaw was found in libtasn1. A remote attacker could exploit a stack-based buffer overflow vulnerability in the `asn1_expend_octet_string` function. This occurs due to a failure in validating the size of input data. Successful exploitation can lead to a Denial of Service (DoS) condition, making the affected system or application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc, the GNU C Library. Specifically, deprecated functions responsible for printing TSIG (Transaction Signature) records fail to properly manage memory buffers. This oversight can lead to an out-of-bounds write when processing specially crafted TSIG records. An attacker could exploit this to cause a denial of service or potentially execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
|
A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc (GNU C Library). When the `ungetwc` function is called on a file stream using wide characters with specific overlapping single-byte and multi-byte encodings, it may attempt to read data outside of its allocated buffer. This can lead to the unintentional disclosure of sensitive information from memory or cause the program to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc (GNU C Library). The deprecated functions ns_printrrf, ns_printrr, and fp_nquery do not properly validate the length of RDATA (Resource Record Data) in a DNS (Domain Name System) response when processing specific record types like LOC, CERT, TKEY, or TSIG. A remote attacker could craft a malicious DNS response, leading to a target application crashing or reading uninitialized memory. These functions are intended for application debugging and are not part of the standard DNS resolver path.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
|
A flaw was found in PostgreSQL CREATE TYPE handling for multirange types. The database failed to properly verify schema CREATE privileges during multirange type creation. An authenticated database user could exploit this issue to hijack queries that rely on search_path resolution for user-defined or extension-defined types, potentially causing execution of arbitrary SQL functions within the affected database context.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Workaround
|
A flaw was found in PostgreSQL. An integer overflow in multiple server features allows an unprivileged database user to cause an undersized memory allocation that leads to an out-of-bounds write. This issue allows an attacker to execute arbitrary code as the operating system user running the database or, in applications that pass gigabyte-scale user inputs to the relevant database functions, to cause a segmentation fault, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Workaround
|
A flaw was found in PostgreSQL. This vulnerability, an externally-controlled format string in the `timeofday()` function, allows a remote attacker to craft specific timezone zones. Successful exploitation can lead to the retrieval of sensitive portions of server memory, potentially disclosing confidential information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Workaround
|
A flaw was found in PostgreSQL. This vulnerability, related to symlink following in pg_basebackup (plain format) and pg_rewind, allows an origin superuser to overwrite local files. By exploiting this, an attacker could potentially hijack the operating system account. This attack has practical implications if specific actions are taken, such as moving files to a different virtual machine (VM) or snapshotting the VM, between the execution of these commands and the server's restart.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
A flaw was found in PostgreSQL libpq. A server superuser can exploit a buffer overflow vulnerability in the PQfn function, which is used by client functions such as lo_export(), lo_read(), lo_lseek64(), and lo_tell64(). This allows the superuser to send an arbitrarily large response, overwriting the client's stack memory, specifically in tools like psql and pg_dump. This could lead to arbitrary code execution on the client system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Workaround
|
A flaw was found in PostgreSQL. This vulnerability, a covert timing channel, exists in the comparison of MD5-hashed passwords during authentication. A remote attacker could exploit this to recover user credentials, gaining unauthorized access to the database. This issue specifically impacts databases that retain MD5-hashed passwords from upgrades of PostgreSQL 13 or earlier.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Workaround
|
A flaw was found in PostgreSQL. Uncontrolled recursion during SSL (Secure Sockets Layer) and GSS (Generic Security Service) negotiation allows an attacker to achieve a sustained denial of service. This can be exploited by an attacker with access to a PostgreSQL AF_UNIX socket. If SSL and GSS are both disabled, the same denial of service can be achieved via a PostgreSQL TCP socket.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Workaround
|
A flaw was found in PostgreSQL. A stack buffer overflow in the 'refint' module allows an unprivileged database user to execute arbitrary code as the operating system user running the database. Additionally, a separate vulnerability exists where, if an application uses a user-controlled column as a 'refint' cascade primary key and allows user-controlled updates, a SQL injection can enable an attacker to execute arbitrary SQL commands as the database user performing the update.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — | ||
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
A flaw was found in the ngx_http_rewrite_module module of NGINX. When a rewrite directive uses a regex pattern with distinct, overlapping Perl-Compatible Regular Expression (PCRE) captures and a replacement string that references multiple such captures in a redirect or arguments context, an unauthenticated attacker can send crafted HTTP requests and cause a heap-based buffer overflow in the worker process, potentially allowing code execution or a denial of service by forcing the process to restart.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Workaround
|
A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Vim, an open-source command-line text editor. This command injection vulnerability occurs during tag file processing. A local user could craft a malicious tags file containing backtick syntax in the filename field. When Vim resolves a tag from this file, it executes the embedded command via the system shell, leading to arbitrary code execution with the privileges of the running user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in NGINX. When NGINX is configured to proxy HTTP/2 traffic using the ngx_http_proxy_v2_module or ngx_http_grpc_module with specific settings, a remote, unauthenticated attacker can send specially crafted large headers. This can trigger a heap-based buffer overflow, leading to a restart of the NGINX worker process and a Denial of Service (DoS). Under certain conditions, such as when Address Space Layout Randomization (ASLR) is disabled or bypassed, this vulnerability could also allow for arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Workaround
|
A flaw was found in urllib3, an HTTP client library for Python. When using the low-level API via `ProxyManager.connection_from_url().urlopen()` with `assert_same_host=False`, cross-origin redirects can still forward sensitive headers. This could allow a remote attacker to gain unauthorized access to sensitive information.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
|
A flaw was found in urllib3, an HTTP client library for Python. This vulnerability allows a remote attacker to cause excessive resource consumption, such as high CPU usage and massive memory allocation, on the client side. This occurs when urllib3 attempts to decompress an entire HTTP response, even if only a partial read was requested, or when draining the connection after a partial decompression. This can lead to a Denial of Service (DoS) condition.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
|
A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within `.solv` files due to insufficient input validation. An attacker can provide a specially crafted `.solv` file, which, when processed by a vulnerable application, can lead to out-of-bounds memory access. This could result in information disclosure, alteration of program execution, or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `acl` package, specifically within its `libacl` pathname-based functions. A local attacker could exploit this vulnerability by using a symbolic link to replace a pathname component. This could allow the attacker to redirect access control list (ACL) read or write operations to arbitrary files or directories, leading to unauthorized manipulation of ACLs and ultimately local privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
A time-of-check to time-of-use (TOCTOU) race condition vulnerability was found in `acl`. By replacing a pathname component with a symbolic link between a security check and subsequent file operations, an attacker can redirect file access control list operations. This occurs when privileged processes invoke `getfacl` or `setfacl` over an attacker-controlled path, potentially leading to local privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
|
A flaw was found in GLib. A state confusion issue exists in g_dbus_node_info_new_for_xml() in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a `node` element nested within other elements like `method`, `signal`, `property` or `arg`. This issue can cause an unsigned integer overflow and lead to an out-of-bounds read, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The latest release of Red Hat Update Infrastructure. For more details, see the product documentation.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Update Infrastructure (RHUI) container images are based on the latest RHUI RPM packages and the ubi9 or ubi9-init base images.\nThis release updates to the latest version.",
"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:44481",
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "external",
"summary": "https://access.redhat.com/products/red-hat-update-infrastructure",
"url": "https://access.redhat.com/products/red-hat-update-infrastructure"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34459",
"url": "https://access.redhat.com/security/cve/CVE-2024-34459"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-10911",
"url": "https://access.redhat.com/security/cve/CVE-2025-10911"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13151",
"url": "https://access.redhat.com/security/cve/CVE-2025-13151"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5278",
"url": "https://access.redhat.com/security/cve/CVE-2025-5278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6170",
"url": "https://access.redhat.com/security/cve/CVE-2025-6170"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15308",
"url": "https://access.redhat.com/security/cve/CVE-2026-15308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31790",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41411",
"url": "https://access.redhat.com/security/cve/CVE-2026-41411"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42055",
"url": "https://access.redhat.com/security/cve/CVE-2026-42055"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44431",
"url": "https://access.redhat.com/security/cve/CVE-2026-44431"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-44432",
"url": "https://access.redhat.com/security/cve/CVE-2026-44432"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48864",
"url": "https://access.redhat.com/security/cve/CVE-2026-48864"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5435",
"url": "https://access.redhat.com/security/cve/CVE-2026-5435"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54369",
"url": "https://access.redhat.com/security/cve/CVE-2026-54369"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54370",
"url": "https://access.redhat.com/security/cve/CVE-2026-54370"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5450",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58016",
"url": "https://access.redhat.com/security/cve/CVE-2026-58016"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5928",
"url": "https://access.redhat.com/security/cve/CVE-2026-5928"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6238",
"url": "https://access.redhat.com/security/cve/CVE-2026-6238"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6472",
"url": "https://access.redhat.com/security/cve/CVE-2026-6472"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6473",
"url": "https://access.redhat.com/security/cve/CVE-2026-6473"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6474",
"url": "https://access.redhat.com/security/cve/CVE-2026-6474"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6475",
"url": "https://access.redhat.com/security/cve/CVE-2026-6475"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6477",
"url": "https://access.redhat.com/security/cve/CVE-2026-6477"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6478",
"url": "https://access.redhat.com/security/cve/CVE-2026-6478"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6479",
"url": "https://access.redhat.com/security/cve/CVE-2026-6479"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6637",
"url": "https://access.redhat.com/security/cve/CVE-2026-6637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-9256",
"url": "https://access.redhat.com/security/cve/CVE-2026-9256"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/5",
"url": "https://docs.redhat.com/en/documentation/red_hat_update_infrastructure/5"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_44481.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Update Infrastructure 5.2 security update",
"tracking": {
"current_release_date": "2026-09-06T03:01:43+00:00",
"generator": {
"date": "2026-09-06T03:01:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:44481",
"initial_release_date": "2026-07-23T13:13:25+00:00",
"revision_history": [
{
"date": "2026-07-23T13:13:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Update Infrastructure 5",
"product": {
"name": "Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhui:5::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Update Infrastructure"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"product": {
"name": "registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"product_id": "registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cds-kubernetes-rhel9@sha256%3A434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/cds-kubernetes-rhel9\u0026tag=1784794818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"product": {
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"product_id": "registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cds-rhel9@sha256%3A2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/cds-rhel9\u0026tag=1784794778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"product": {
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"product_id": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/haproxy-rhel9@sha256%3Aeaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/haproxy-rhel9\u0026tag=1784795112"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"product": {
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"product_id": "registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/installer-rhel9@sha256%3A18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/installer-rhel9\u0026tag=1784794289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64",
"product": {
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64",
"product_id": "registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhua-rhel9@sha256%3A81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da?arch=amd64\u0026repository_url=registry.redhat.io/rhui5/rhua-rhel9\u0026tag=1784795076"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64"
},
"product_reference": "registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64"
},
"product_reference": "registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64"
},
"product_reference": "registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
},
"product_reference": "registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64 as a component of Red Hat Update Infrastructure 5",
"product_id": "Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
},
"product_reference": "registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64",
"relates_to_product_reference": "Red Hat Update Infrastructure 5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34459",
"cwe": {
"id": "CWE-126",
"name": "Buffer Over-read"
},
"discovery_date": "2024-05-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2280532"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the xmllint program distributed by the libxml2 package. A buffer over-read in the xmlHTMLPrintFileContext function in the xmllint.c file may be triggered when a crafted file is processed with the xmllint program using the `--htmlout` command line option, causing an application crash and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: buffer over-read in xmlHTMLPrintFileContext in xmllint.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue only affects the xmllint program when the `--htmlout\u0027 command line option is used. Additionally, an application is not vulnerable if it does not use or expose the xmllint program.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34459"
},
{
"category": "external",
"summary": "RHBZ#2280532",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280532"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34459"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34459",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34459"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/720",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/720"
}
],
"release_date": "2024-05-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Do not process untrusted files with the xmllint program.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "libxml2: buffer over-read in xmlHTMLPrintFileContext in xmllint.c"
},
{
"acknowledgments": [
{
"names": [
"Mohamed Maatallah"
]
}
],
"cve": "CVE-2025-5278",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-05-27T13:50:20.148000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2368764"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GNU Coreutils. The sort utility\u0027s begfield() function is vulnerable to a heap buffer under-read. The program may access memory outside the allocated buffer if a user runs a crafted command using the traditional key format. A malicious input could lead to a crash or leak sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "coreutils: Heap Buffer Under-Read in GNU Coreutils sort via Key Specification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this issue is considered Moderate rather than Critical because successful exploitation requires the use of the traditional key specification syntax with an exceptionally large character position value, which is uncommon in typical usage. Although the vulnerability can lead to a heap buffer overflow resulting in a read one byte before the allocated buffer, it does not enable code execution, privilege escalation, or direct compromise of data confidentiality or integrity. The impact is therefore primarily limited to potential service disruption due to application crashes.\n\nFurthermore, default RHEL configurations such as SELinux enforcement, ASLR, and memory protections reduce the likelihood of exploitation and limit the scope of any resulting impact. These safeguards, along with typical system usage patterns that do not commonly invoke the vulnerable code path, restrict exploitability in default and hardened environments. Consequently, the vulnerability\u2019s overall security impact is mitigated compared to flaws that allow immediate code execution or broader compromise across system components.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5278"
},
{
"category": "external",
"summary": "RHBZ#2368764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368764"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5278"
},
{
"category": "external",
"summary": "https://cgit.git.savannah.gnu.org/cgit/coreutils.git/commit/?id=8c9602e3a145e9596dc1a63c6ed67865814b6633",
"url": "https://cgit.git.savannah.gnu.org/cgit/coreutils.git/commit/?id=8c9602e3a145e9596dc1a63c6ed67865814b6633"
},
{
"category": "external",
"summary": "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78507",
"url": "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78507"
}
],
"release_date": "2025-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "coreutils: Heap Buffer Under-Read in GNU Coreutils sort via Key Specification"
},
{
"acknowledgments": [
{
"names": [
"Ahmed Lekssays"
]
}
],
"cve": "CVE-2025-6170",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-06-16T05:33:22.955000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372952"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the interactive shell of the xmllint command-line tool, used for parsing XML files. When a user inputs an overly long command, the program does not check the input size properly, which can cause it to crash. This issue might allow attackers to run harmful code in rare configurations without modern protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Stack Buffer Overflow in xmllint Interactive Shell Command Handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has rated the severity of this vulnerability as Low, since it affects only the interactive shell mode of the xmllint tool and requires a user to manually run the tool and enter or receive specially crafted input. The exploitation requires local access and a highly specific usage scenario that is uncommon in typical environments. While it can cause a crash, the impact is limited to availability, and exploitation is unlikely in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6170"
},
{
"category": "external",
"summary": "RHBZ#2372952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372952"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6170"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/941",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/941"
}
],
"release_date": "2025-06-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to a widespread installation base, or stability. It is strongly recommended to apply the upstream patch once available.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.5,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "libxml2: Stack Buffer Overflow in xmllint Interactive Shell Command Handling"
},
{
"cve": "CVE-2025-10911",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2025-09-24T12:46:50.095000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397838"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free vulnerability was found in libxslt while parsing xsl nodes that may lead to the dereference of expired pointers and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxslt: use-after-free with key data stored cross-RVT",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-10911"
},
{
"category": "external",
"summary": "RHBZ#2397838",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397838"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-10911",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-10911"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/144",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/issues/144"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxslt/-/merge_requests/77",
"url": "https://gitlab.gnome.org/GNOME/libxslt/-/merge_requests/77"
}
],
"release_date": "2025-08-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libxslt: use-after-free with key data stored cross-RVT"
},
{
"cve": "CVE-2025-13151",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-01-07T22:01:02.206250+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427698"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libtasn1. A remote attacker could exploit a stack-based buffer overflow vulnerability in the `asn1_expend_octet_string` function. This occurs due to a failure in validating the size of input data. Successful exploitation can lead to a Denial of Service (DoS) condition, making the affected system or application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libtasn1: libtasn1: Denial of Service via stack-based buffer overflow in asn1_expend_octet_string",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Low for Red Hat products. A stack-based buffer overflow in the `libtasn1` library, specifically within the `asn1_expend_octet_string` function, can be triggered by failing to validate input data size. This could allow a remote, unauthenticated attacker to cause a denial of service in applications utilizing `libtasn1`.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13151"
},
{
"category": "external",
"summary": "RHBZ#2427698",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427698"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13151"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13151",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13151"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/libtasn1",
"url": "https://gitlab.com/gnutls/libtasn1"
},
{
"category": "external",
"summary": "https://gitlab.com/gnutls/libtasn1/-/merge_requests/121",
"url": "https://gitlab.com/gnutls/libtasn1/-/merge_requests/121"
}
],
"release_date": "2026-01-07T21:14:05.223000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "libtasn1: libtasn1: Denial of Service via stack-based buffer overflow in asn1_expend_octet_string"
},
{
"cve": "CVE-2026-5435",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-04-28T14:01:44.684432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463465"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc, the GNU C Library. Specifically, deprecated functions responsible for printing TSIG (Transaction Signature) records fail to properly manage memory buffers. This oversight can lead to an out-of-bounds write when processing specially crafted TSIG records. An attacker could exploit this to cause a denial of service or potentially execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Out-of-bounds write via TSIG record processing",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5435"
},
{
"category": "external",
"summary": "RHBZ#2463465",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463465"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5435",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5435"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/7a655d55-276f-41fe-b550-feb3ebb2ce91@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/7a655d55-276f-41fe-b550-feb3ebb2ce91@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=34033",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34033"
}
],
"release_date": "2026-04-28T11:58:54.962000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Out-of-bounds write via TSIG record processing"
},
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
},
{
"cve": "CVE-2026-5928",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-20T21:01:38.811304+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459854"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). When the `ungetwc` function is called on a file stream using wide characters with specific overlapping single-byte and multi-byte encodings, it may attempt to read data outside of its allocated buffer. This can lead to the unintentional disclosure of sensitive information from memory or cause the program to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Information disclosure or denial of service via ungetwc function with specific wide character encodings",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5928"
},
{
"category": "external",
"summary": "RHBZ#2459854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5928"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5928",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5928"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"release_date": "2026-04-20T20:37:31.743000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Information disclosure or denial of service via ungetwc function with specific wide character encodings"
},
{
"cve": "CVE-2026-6238",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-04-28T19:09:30.721026+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463539"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). The deprecated functions ns_printrrf, ns_printrr, and fp_nquery do not properly validate the length of RDATA (Resource Record Data) in a DNS (Domain Name System) response when processing specific record types like LOC, CERT, TKEY, or TSIG. A remote attacker could craft a malicious DNS response, leading to a target application crashing or reading uninitialized memory. These functions are intended for application debugging and are not part of the standard DNS resolver path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Application crash or uninitialized memory read via crafted DNS response",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6238"
},
{
"category": "external",
"summary": "RHBZ#2463539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463539"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6238"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/7a655d55-276f-41fe-b550-feb3ebb2ce91@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/7a655d55-276f-41fe-b550-feb3ebb2ce91@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=34069",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34069"
}
],
"release_date": "2026-04-28T16:43:08.526000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Application crash or uninitialized memory read via crafted DNS response"
},
{
"cve": "CVE-2026-6472",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"discovery_date": "2026-05-14T14:01:10.230544+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477436"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL CREATE TYPE handling for multirange types. The database failed to properly verify schema CREATE privileges during multirange type creation. An authenticated database user could exploit this issue to hijack queries that rely on search_path resolution for user-defined or extension-defined types, potentially causing execution of arbitrary SQL functions within the affected database context.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL CREATE TYPE does not check multirange schema CREATE privilege",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability affects PostgreSQL multirange type creation functionality. Red Hat Product Security has assessed this issue as a Moderate severity vulnerability.\n\nThe vulnerability does not directly provide operating system command execution or PostgreSQL superuser privileges. The impact is limited to the affected database context and depends on application query behavior and schema resolution patterns. Therefore, Red Hat assessed the Confidentiality and Integrity impacts as Low (C:L/I:L), with no demonstrated Availability impact (A:N).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6472"
},
{
"category": "external",
"summary": "RHBZ#2477436",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477436"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6472",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6472"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6472",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6472"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-6472/",
"url": "https://www.postgresql.org/support/security/CVE-2026-6472/"
}
],
"release_date": "2026-05-14T13:00:02.086000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Red Hat is not aware of a practical temporary workaround that fully mitigates this issue or meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql: PostgreSQL CREATE TYPE does not check multirange schema CREATE privilege"
},
{
"cve": "CVE-2026-6473",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-05-14T14:01:48.197406+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477448"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. An integer overflow in multiple server features allows an unprivileged database user to cause an undersized memory allocation that leads to an out-of-bounds write. This issue allows an attacker to execute arbitrary code as the operating system user running the database or, in applications that pass gigabyte-scale user inputs to the relevant database functions, to cause a segmentation fault, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: integer overflow can cause an undersized allocation and an out-of-bounds write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker with minimal access to a database needs to pass extremely large inputs to vulnerable database functions, causing an integer overflow that leads to an out-of-bounds write. This flaw allows an attacker to potentially execute arbitrary code or, more likely, cause a denial of service.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6473"
},
{
"category": "external",
"summary": "RHBZ#2477448",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477448"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6473",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6473"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6473",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6473"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-6473/",
"url": "https://www.postgresql.org/support/security/CVE-2026-6473/"
}
],
"release_date": "2026-05-14T13:00:09.446000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, validate the length of data and the size of objects on all client APIs and web interfaces. Also, block, drop, or truncate oversized string, array, or binary objects before they are passed into backend SQL queries.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: integer overflow can cause an undersized allocation and an out-of-bounds write"
},
{
"cve": "CVE-2026-6474",
"cwe": {
"id": "CWE-134",
"name": "Use of Externally-Controlled Format String"
},
"discovery_date": "2026-05-14T14:01:28.018770+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477441"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. This vulnerability, an externally-controlled format string in the `timeofday()` function, allows a remote attacker to craft specific timezone zones. Successful exploitation can lead to the retrieval of sensitive portions of server memory, potentially disclosing confidential information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL: Information disclosure via externally-controlled format string in timeofday() function",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6474"
},
{
"category": "external",
"summary": "RHBZ#2477441",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477441"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6474",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6474"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6474",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6474"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-6474/",
"url": "https://www.postgresql.org/support/security/CVE-2026-6474/"
}
],
"release_date": "2026-05-14T13:00:10.254000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql: PostgreSQL: Information disclosure via externally-controlled format string in timeofday() function"
},
{
"cve": "CVE-2026-6475",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-05-14T14:01:20.040061+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477439"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. This vulnerability, related to symlink following in pg_basebackup (plain format) and pg_rewind, allows an origin superuser to overwrite local files. By exploiting this, an attacker could potentially hijack the operating system account. This attack has practical implications if specific actions are taken, such as moving files to a different virtual machine (VM) or snapshotting the VM, between the execution of these commands and the server\u0027s restart.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL: Operating system account hijack via symlink following in pg_basebackup and pg_rewind",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE symlink following vulnerability in PostgreSQL\u0027s pg_basebackup and pg_rewind allows an origin superuser to overwrite local files. Exploitation requires local access, high privileges (superuser), and specific intermediate actions before server restart. Impact is high to confidentiality, integrity, and availability if exploited. Affects versions before 18.4, 17.10, 16.14, 15.18, and 14.23.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6475"
},
{
"category": "external",
"summary": "RHBZ#2477439",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477439"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6475",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6475"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6475",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6475"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-6475/",
"url": "https://www.postgresql.org/support/security/CVE-2026-6475/"
}
],
"release_date": "2026-05-14T13:00:11.039000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "postgresql: PostgreSQL: Operating system account hijack via symlink following in pg_basebackup and pg_rewind"
},
{
"cve": "CVE-2026-6477",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-05-14T14:01:31.087667+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477442"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL libpq. A server superuser can exploit a buffer overflow vulnerability in the PQfn function, which is used by client functions such as lo_export(), lo_read(), lo_lseek64(), and lo_tell64(). This allows the superuser to send an arbitrarily large response, overwriting the client\u0027s stack memory, specifically in tools like psql and pg_dump. This could lead to arbitrary code execution on the client system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL libpq: Buffer overflow allows server superuser to overwrite client stack memory",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT buffer overflow in PostgreSQL libpq allows a malicious server superuser to overwrite client stack memory via lo_* functions. Exploitation requires the victim to connect to a compromised or malicious server (UI:R). The scope is changed as the server attack affects the client system. Impact is high to confidentiality, integrity, and availability through potential client-side code execution. Affects versions before 18.4, 17.10, 16.14, 15.18, and 14.23.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6477"
},
{
"category": "external",
"summary": "RHBZ#2477442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477442"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6477",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6477"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6477",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6477"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-6477/",
"url": "https://www.postgresql.org/support/security/CVE-2026-6477/"
}
],
"release_date": "2026-05-14T13:00:12.497000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Only connect to trusted PostgreSQL servers. Avoid using psql or pg_dump against untrusted or potentially compromised database servers.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: PostgreSQL libpq: Buffer overflow allows server superuser to overwrite client stack memory"
},
{
"cve": "CVE-2026-6478",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2026-05-14T14:01:45.568001+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477447"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. This vulnerability, a covert timing channel, exists in the comparison of MD5-hashed passwords during authentication. A remote attacker could exploit this to recover user credentials, gaining unauthorized access to the database. This issue specifically impacts databases that retain MD5-hashed passwords from upgrades of PostgreSQL 13 or earlier.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL: Credential recovery via covert timing channel in MD5 password comparison",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6478"
},
{
"category": "external",
"summary": "RHBZ#2477447",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477447"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6478",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6478"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6478",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6478"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-6478/",
"url": "https://www.postgresql.org/support/security/CVE-2026-6478/"
}
],
"release_date": "2026-05-14T13:00:13.174000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that all PostgreSQL user passwords are not hashed using MD5. Users should migrate to stronger hashing algorithms such as `scram-sha-256`. This can be achieved by altering user passwords, which will automatically update their hash to the currently configured default. For example, to change a user\u0027s password: `ALTER USER username WITH PASSWORD \u0027new_password\u0027;` This action will require users to re-authenticate. If a service relies on these credentials, it may require a restart to pick up the new authentication details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: PostgreSQL: Credential recovery via covert timing channel in MD5 password comparison"
},
{
"cve": "CVE-2026-6479",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-05-14T14:01:40.164297+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477445"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. Uncontrolled recursion during SSL (Secure Sockets Layer) and GSS (Generic Security Service) negotiation allows an attacker to achieve a sustained denial of service. This can be exploited by an attacker with access to a PostgreSQL AF_UNIX socket. If SSL and GSS are both disabled, the same denial of service can be achieved via a PostgreSQL TCP socket.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL: Denial of Service via uncontrolled recursion in SSL/GSS negotiation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Uncontrolled recursion during PostgreSQL SSL and GSS negotiation allows an attacker able to connect to a PostgreSQL socket to trigger sustained CPU/stack exhaustion, resulting in denial of service. This affects the core connection-negotiation path, which runs unconditionally for every incoming connection attempt regardless of configuration \u2014 there is no optional feature or code path that must be enabled for exploitation, unlike some other recent flaws in this batch. Fix versions are 18.4, 17.10, 16.14, 15.18, and 14.23; PostgreSQL 12 and 13 branches are not listed as affected by upstream and do not contain the vulnerable recursion path. Affects were determined purely by comparing each shipped build\u0027s PostgreSQL version against these per-major-version fix thresholds.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6479"
},
{
"category": "external",
"summary": "RHBZ#2477445",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477445"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6479",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6479"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6479",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6479"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-6479/",
"url": "https://www.postgresql.org/support/security/CVE-2026-6479/"
}
],
"release_date": "2026-05-14T13:00:13.859000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Upgrade to PostgreSQL 18.4, 17.10, 16.14, 15.18, or 14.23 (matching your major version) or later. Restricting network/socket access to trusted clients reduces exposure but does not eliminate the vulnerability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: PostgreSQL: Denial of Service via uncontrolled recursion in SSL/GSS negotiation"
},
{
"cve": "CVE-2026-6637",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-05-14T14:01:33.754271+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477443"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A stack buffer overflow in the \u0027refint\u0027 module allows an unprivileged database user to execute arbitrary code as the operating system user running the database. Additionally, a separate vulnerability exists where, if an application uses a user-controlled column as a \u0027refint\u0027 cascade primary key and allows user-controlled updates, a SQL injection can enable an attacker to execute arbitrary SQL commands as the database user performing the update.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: PostgreSQL: Arbitrary code execution vulnerability in \u0027refint\u0027 module",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6637"
},
{
"category": "external",
"summary": "RHBZ#2477443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6637"
},
{
"category": "external",
"summary": "https://www.postgresql.org/support/security/CVE-2026-6637/",
"url": "https://www.postgresql.org/support/security/CVE-2026-6637/"
}
],
"release_date": "2026-05-14T13:00:15.223000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: PostgreSQL: Arbitrary code execution vulnerability in \u0027refint\u0027 module"
},
{
"cve": "CVE-2026-9256",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2026-05-22T15:00:55.131994+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480746"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the ngx_http_rewrite_module module of NGINX. When a rewrite directive uses a regex pattern with distinct, overlapping Perl-Compatible Regular Expression (PCRE) captures and a replacement string that references multiple such captures in a redirect or arguments context, an unauthenticated attacker can send crafted HTTP requests and cause a heap-based buffer overflow in the worker process, potentially allowing code execution or a denial of service by forcing the process to restart.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nginx: ngx_http_rewrite_module: code execution and denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this vulnerability, a rewrite directive must be configured with a regex pattern that uses distinct, overlapping PCRE captures and a replacement string referencing multiple such captures, limiting its exposure as this is not the default configuration. This issue allows an attacker to potentially execute arbitrary code or cause a denial of service by forcing the worker process to restart.\n\nDefault Red Hat Enterprise Linux security features, including SELinux enforcement, Address Space Layout Randomization (ASLR) and NX (No-Execute) stack protection, significantly increase the difficulty of achieving arbitrary code execution, limiting the impact of this vulnerability.\n\nDue to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-9256"
},
{
"category": "external",
"summary": "RHBZ#2480746",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480746"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-9256",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-9256"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-9256",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9256"
},
{
"category": "external",
"summary": "https://my.f5.com/manage/s/article/K000161377",
"url": "https://my.f5.com/manage/s/article/K000161377"
}
],
"release_date": "2026-05-22T14:11:41.877000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, use named captures instead of unnamed captures in rewrite definitions.\n\nFor example, the following rewrite directive uses unnamed PCRE capture groups, $1 and $2:\n\n~~~\nrewrite ^/users/([0-9]+)/profile/(.*)$ /profile.php?id=$1\u0026tab=$2 last;\n~~~\n\nTo mitigate this vulnerability for this example, replace $1 and $2 with the appropriate named captures, $user_id and $section:\n\n~~~\nrewrite ^/users/(?\u003cuser_id\u003e[0-9]+)/profile/(?\u003csection\u003e.*)$ /profile.php?id=$user_id\u0026tab=$section last;\n~~~",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nginx: ngx_http_rewrite_module: code execution and denial of service"
},
{
"cve": "CVE-2026-15308",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-09T18:02:10.090070+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498608"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in Python\u0027s `html.parser.HTMLParser` can lead to a denial of service. By supplying specially crafted, malformed HTML with repeated unterminated markup declarations, an attacker can cause excessive CPU consumption, rendering the system unresponsive. Red Hat products utilizing this parser to process untrusted HTML content are susceptible to resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15308"
},
{
"category": "external",
"summary": "RHBZ#2498608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15308"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15308",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15308"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9",
"url": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced",
"url": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606",
"url": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd",
"url": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/153030",
"url": "https://github.com/python/cpython/issues/153030"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/153031",
"url": "https://github.com/python/cpython/pull/153031"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/"
}
],
"release_date": "2026-07-09T17:10:57.317000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations"
},
{
"cve": "CVE-2026-31790",
"cwe": {
"id": "CWE-824",
"name": "Access of Uninitialized Pointer"
},
"discovery_date": "2026-03-25T02:59:10.179000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451094"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in openssl. Applications that use RSASVE key encapsulation, a method for securely exchanging encryption keys, may inadvertently expose sensitive data. This vulnerability arises when an application processes a malicious, invalid RSA public key provided by an attacker without proper validation. Consequently, the application might send the contents of an uninitialized memory buffer, which could contain confidential information, to the attacker.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Moderate impact. This flaw affects applications utilizing RSASVE key encapsulation, where an attacker-supplied invalid RSA public key is used with EVP_PKEY_encapsulate() without prior validation. This can lead to the disclosure of sensitive, uninitialized memory buffer contents to a malicious peer.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31790"
},
{
"category": "external",
"summary": "RHBZ#2451094",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451094"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31790",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31790"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31790"
},
{
"category": "external",
"summary": "https://openssl-library.org/news/secadv/20260407.txt",
"url": "https://openssl-library.org/news/secadv/20260407.txt"
}
],
"release_date": "2026-04-07T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: openssl: Information Disclosure from Uninitialized Memory via Invalid RSA Public Key"
},
{
"cve": "CVE-2026-41411",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2026-04-24T18:01:49.275019+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461614"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vim, an open-source command-line text editor. This command injection vulnerability occurs during tag file processing. A local user could craft a malicious tags file containing backtick syntax in the filename field. When Vim resolves a tag from this file, it executes the embedded command via the system shell, leading to arbitrary code execution with the privileges of the running user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vim: Vim: Command injection allows arbitrary code execution via malicious tag files",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41411"
},
{
"category": "external",
"summary": "RHBZ#2461614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41411",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41411"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41411",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41411"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/commit/c78194e41d5a0b05b0ddf383b6679b1503f977fb",
"url": "https://github.com/vim/vim/commit/c78194e41d5a0b05b0ddf383b6679b1503f977fb"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/releases/tag/v9.2.0357",
"url": "https://github.com/vim/vim/releases/tag/v9.2.0357"
},
{
"category": "external",
"summary": "https://github.com/vim/vim/security/advisories/GHSA-cwgx-gcj7-6qh8",
"url": "https://github.com/vim/vim/security/advisories/GHSA-cwgx-gcj7-6qh8"
}
],
"release_date": "2026-04-24T16:51:39.657000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue involves exercising caution when opening or processing tag files from untrusted sources. Users should avoid loading tag files from unknown or suspicious origins to prevent the execution of arbitrary commands.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "vim: Vim: Command injection allows arbitrary code execution via malicious tag files"
},
{
"cve": "CVE-2026-42055",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-06-17T16:01:41.848723+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489866"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NGINX. When NGINX is configured to proxy HTTP/2 traffic using the ngx_http_proxy_v2_module or ngx_http_grpc_module with specific settings, a remote, unauthenticated attacker can send specially crafted large headers. This can trigger a heap-based buffer overflow, leading to a restart of the NGINX worker process and a Denial of Service (DoS). Under certain conditions, such as when Address Space Layout Randomization (ASLR) is disabled or bypassed, this vulnerability could also allow for arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nginx: NGINX: Arbitrary code execution or Denial of Service via heap-based buffer overflow with crafted HTTP/2 headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Important severity primarily because:\nConditions for Exploitation: A remote, unauthenticated attacker can only exploit this if NGINX is explicitly configured to proxy HTTP/2 traffic using the ngx_http_proxy_v2_module or ngx_http_grpc_module.\n\nImpact Limitations: While the flaw reliably causes a Denial of Service (worker restart), achieving arbitrary code execution is highly complex in modern environments as it requires the attacker to bypass or disable Address Space Layout Randomization (ASLR)",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"known_not_affected": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42055"
},
{
"category": "external",
"summary": "RHBZ#2489866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489866"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42055",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42055"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42055",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42055"
},
{
"category": "external",
"summary": "https://my.f5.com/manage/s/article/K000161584",
"url": "https://my.f5.com/manage/s/article/K000161584"
}
],
"release_date": "2026-06-17T14:04:32.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that the `ignore_invalid_headers` directive is set to `on` in your NGINX configuration, or reduce the size specified by the `large_client_header_buffers` directive to 2 megabytes or less. These changes require an NGINX service reload or restart to take effect. Reloading the NGINX service is generally safe, but a restart will briefly interrupt service.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nginx: NGINX: Arbitrary code execution or Denial of Service via heap-based buffer overflow with crafted HTTP/2 headers"
},
{
"cve": "CVE-2026-44431",
"cwe": {
"id": "CWE-201",
"name": "Insertion of Sensitive Information Into Sent Data"
},
"discovery_date": "2026-05-13T17:01:41.663622+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477167"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. When using the low-level API via `ProxyManager.connection_from_url().urlopen()` with `assert_same_host=False`, cross-origin redirects can still forward sensitive headers. This could allow a remote attacker to gain unauthorized access to sensitive information.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Information disclosure via cross-origin redirects forwarding sensitive headers",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44431"
},
{
"category": "external",
"summary": "RHBZ#2477167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477167"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44431",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44431"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44431",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44431"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc"
}
],
"release_date": "2026-05-13T15:20:24.588000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: urllib3: Information disclosure via cross-origin redirects forwarding sensitive headers"
},
{
"cve": "CVE-2026-44432",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-05-13T17:01:01.083841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2477154"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3, an HTTP client library for Python. This vulnerability allows a remote attacker to cause excessive resource consumption, such as high CPU usage and massive memory allocation, on the client side. This occurs when urllib3 attempts to decompress an entire HTTP response, even if only a partial read was requested, or when draining the connection after a partial decompression. This can lead to a Denial of Service (DoS) condition.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Denial of Service due to excessive HTTP response decompression",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-44432"
},
{
"category": "external",
"summary": "RHBZ#2477154",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2477154"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-44432",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-44432"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-44432",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44432"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-mf9v-mfxr-j63j",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-mf9v-mfxr-j63j"
}
],
"release_date": "2026-05-13T15:17:12.611000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Denial of Service due to excessive HTTP response decompression"
},
{
"acknowledgments": [
{
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-48864",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-21T23:19:41+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460425"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within `.solv` files due to insufficient input validation. An attacker can provide a specially crafted `.solv` file, which, when processed by a vulnerable application, can lead to out-of-bounds memory access. This could result in information disclosure, alteration of program execution, or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap buffer overflow in libsolv\u0027s page decompression logic can lead to out-of-bounds reads and writes when processing specially crafted `.solv` files. Exploitation requires a victim application to ingest malicious repository metadata, limiting the attack vector to scenarios involving user interaction or untrusted content sources. Given the user interaction needed, Red Hat Product Security has rated this vulnerability as having a impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48864"
},
{
"category": "external",
"summary": "RHBZ#2460425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460425"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48864"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48864",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48864"
}
],
"release_date": "2026-05-26T16:07:55.363000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data"
},
{
"acknowledgments": [
{
"names": [
"Andrew Tridgell \u003ctridge60@gmail.com\u003e",
"Alexander Peslyak \u003csolar@openwall.com\u003e"
]
}
],
"cve": "CVE-2026-54369",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-06-16T23:47:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490277"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `acl` package, specifically within its `libacl` pathname-based functions. A local attacker could exploit this vulnerability by using a symbolic link to replace a pathname component. This could allow the attacker to redirect access control list (ACL) read or write operations to arbitrary files or directories, leading to unauthorized manipulation of ACLs and ultimately local privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "acl: Symlink traversal privilege escalation via libacl functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Important because a local attacker who controls any component of a pathname processed by a privileged process using libacl can redirect ACL operations to arbitrary files. Exploitation requires local access with the ability to create symlinks in a directory that a privileged program later processes with acl_get_file() or acl_set_file(). In default RHEL and OpenShift CoreOS configurations, standard file permission settings limit where unprivileged users can create symlinks, reducing the practical attack surface. Programs that operate on user-supplied paths with elevated privileges are most at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54369"
},
{
"category": "external",
"summary": "RHBZ#2490277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54369"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54369",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54369"
}
],
"release_date": "2026-06-29T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "Restrict unprivileged users from creating symlinks in directories that privileged processes operate on with ACL commands. Where possible, use the fs.protected_symlinks sysctl (enabled by default on RHEL 7+), which prevents symlink following in world-writable sticky directories unless the owner of the symlink matches the owner of the target file or directory.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "acl: Symlink traversal privilege escalation via libacl functions"
},
{
"acknowledgments": [
{
"names": [
"Andrew Tridgell \u003ctridge60@gmail.com\u003e",
"Alexander Peslyak \u003csolar@openwall.com\u003e"
]
}
],
"cve": "CVE-2026-54370",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-06-16T19:47:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490279"
}
],
"notes": [
{
"category": "description",
"text": "A time-of-check to time-of-use (TOCTOU) race condition vulnerability was found in `acl`. By replacing a pathname component with a symbolic link between a security check and subsequent file operations, an attacker can redirect file access control list operations. This occurs when privileged processes invoke `getfacl` or `setfacl` over an attacker-controlled path, potentially leading to local privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "acl: TOCTOU Symlink Traversal via getfacl/setfacl",
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54370"
},
{
"category": "external",
"summary": "RHBZ#2490279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490279"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54370"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54370",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54370"
}
],
"release_date": "2026-06-29T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "acl: TOCTOU Symlink Traversal via getfacl/setfacl"
},
{
"acknowledgments": [
{
"names": [
"linhlhq"
]
}
],
"cve": "CVE-2026-58016",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2026-06-24T17:29:08.344000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492257"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib. A state confusion issue exists in g_dbus_node_info_new_for_xml() in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a `node` element nested within other elements like `method`, `signal`, `property` or `arg`. This issue can cause an unsigned integer overflow and lead to an out-of-bounds read, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: integer underflow in gio/gdbusintrospection.c via \"g_dbus_node_info_new_for_xml\"",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications processing D-Bus introspection XML input from untrusted sources with g_dbus_node_info_new_for_xml() are vulnerable to this issue. In GLib itself, the gdbus command line tool is the primary vector for local exploitation. However, other applications using the vulnerable function may process untrusted input in a way that allows a remote attacker to trigger this flaw. This vulnerability can cause an unsigned integer overflow and lead to an out-of-bounds read, resulting in a denial of service. As this vulnerability allows a remote attacker to cause a denial of service, it has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58016"
},
{
"category": "external",
"summary": "RHBZ#2492257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492257"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58016"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58016",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58016"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3932",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3932"
}
],
"release_date": "2026-04-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-23T13:13:25+00:00",
"details": "The container images provided by this release, apart from the installer, should be deployed using rhui-installer utility.\nSee the official documentation for more details.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:44481"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement input validation to sanitize untrusted D-Bus introspection XML, specifically rejecting malformed structures such as \u003cnode\u003e elements improperly nested within \u003cmethod\u003e, \u003csignal\u003e, \u003cproperty\u003e or \u003carg\u003e elements before calling g_dbus_node_info_new_for_xml(). Alternatively, restricting the application to only process XML input from trusted, authenticated sources will completely neutralize this issue.",
"product_ids": [
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"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 Update Infrastructure 5:registry.redhat.io/rhui5/cds-kubernetes-rhel9@sha256:434630073ec81d616b326e2e33538a3b93ea1f6656ebce21538077ac92e1fc02_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/cds-rhel9@sha256:2d7cfa6b970738749ff50bf663c847294ff2db846a43d5afb90e85c02ba2f3a8_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/haproxy-rhel9@sha256:eaea46015abb1c75b880ec5ed07d4c897900011c0751bb2ce1f15ed293b5020a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/installer-rhel9@sha256:18804ea94a5f7f6741963313595575bd53cb5db11aef623c1ce6aa8a399d3f0a_amd64",
"Red Hat Update Infrastructure 5:registry.redhat.io/rhui5/rhua-rhel9@sha256:81f832ed93595aac1fb1e9dc9c7503b2e697316710f5d750d79f81596d8d31da_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "glib: integer underflow in gio/gdbusintrospection.c via \"g_dbus_node_info_new_for_xml\""
}
]
}
RHSA-2026:46836
Vulnerability from csaf_redhat - Published: 2026-07-27 16:07 - Updated: 2026-09-06 03:01A flaw was found in GNU Coreutils. The sort utility's begfield() function is vulnerable to a heap buffer under-read. The program may access memory outside the allocated buffer if a user runs a crafted command using the traditional key format. A malicious input could lead to a crash or leak sensitive data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Workaround
|
A flaw was found in the interactive shell of the xmllint command-line tool, used for parsing XML files. When a user inputs an overly long command, the program does not check the input size properly, which can cause it to crash. This issue might allow attackers to run harmful code in rare configurations without modern protections.
CWE-121 - Stack-based Buffer Overflow| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc, the GNU C Library. Specifically, deprecated functions responsible for printing TSIG (Transaction Signature) records fail to properly manage memory buffers. This oversight can lead to an out-of-bounds write when processing specially crafted TSIG records. An attacker could exploit this to cause a denial of service or potentially execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
|
A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc (GNU C Library). When the `ungetwc` function is called on a file stream using wide characters with specific overlapping single-byte and multi-byte encodings, it may attempt to read data outside of its allocated buffer. This can lead to the unintentional disclosure of sensitive information from memory or cause the program to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in glibc (GNU C Library). The deprecated functions ns_printrrf, ns_printrr, and fp_nquery do not properly validate the length of RDATA (Resource Record Data) in a DNS (Domain Name System) response when processing specific record types like LOC, CERT, TKEY, or TSIG. A remote attacker could craft a malicious DNS response, leading to a target application crashing or reading uninitialized memory. These functions are intended for application debugging and are not part of the standard DNS resolver path.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role's meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Workaround
|
A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in NGINX. When NGINX is configured to proxy HTTP/2 traffic using the ngx_http_proxy_v2_module or ngx_http_grpc_module with specific settings, a remote, unauthenticated attacker can send specially crafted large headers. This can trigger a heap-based buffer overflow, leading to a restart of the NGINX worker process and a Denial of Service (DoS). Under certain conditions, such as when Address Space Layout Randomization (ASLR) is disabled or bypassed, this vulnerability could also allow for arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Workaround
|
A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within `.solv` files due to insufficient input validation. An attacker can provide a specially crafted `.solv` file, which, when processed by a vulnerable application, can lead to out-of-bounds memory access. This could result in information disclosure, alteration of program execution, or a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the `acl` package, specifically within its `libacl` pathname-based functions. A local attacker could exploit this vulnerability by using a symbolic link to replace a pathname component. This could allow the attacker to redirect access control list (ACL) read or write operations to arbitrary files or directories, leading to unauthorized manipulation of ACLs and ultimately local privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
Workaround
|
A time-of-check to time-of-use (TOCTOU) race condition vulnerability was found in `acl`. By replacing a pathname component with a symbolic link between a security check and subsequent file operations, an attacker can redirect file access control list operations. This occurs when privileged processes invoke `getfacl` or `setfacl` over an attacker-controlled path, potentially leading to local privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — | ||
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
A flaw was found in GLib. A state confusion issue exists in g_dbus_node_info_new_for_xml() in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a `node` element nested within other elements like `method`, `signal`, `property` or `arg`. This issue can cause an unsigned integer overflow and lead to an out-of-bounds read, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "A Subscription Management tool for finding and reporting Red Hat product usage",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds,\nidentifies, and reports environment data, or facts, such as the number of physical and virtual\nsystems on a network, their operating systems, and relevant configuration data stored within\nthem. Discovery also identifies and reports more detailed facts for some versions of key\nRed Hat packages and products that it finds in the network.",
"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:46836",
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-5278",
"url": "https://access.redhat.com/security/cve/CVE-2025-5278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6170",
"url": "https://access.redhat.com/security/cve/CVE-2025-6170"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-11332",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-15308",
"url": "https://access.redhat.com/security/cve/CVE-2026-15308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42055",
"url": "https://access.redhat.com/security/cve/CVE-2026-42055"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-48864",
"url": "https://access.redhat.com/security/cve/CVE-2026-48864"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5435",
"url": "https://access.redhat.com/security/cve/CVE-2026-5435"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54369",
"url": "https://access.redhat.com/security/cve/CVE-2026-54369"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-54370",
"url": "https://access.redhat.com/security/cve/CVE-2026-54370"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5450",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-58016",
"url": "https://access.redhat.com/security/cve/CVE-2026-58016"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-5928",
"url": "https://access.redhat.com/security/cve/CVE-2026-5928"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6238",
"url": "https://access.redhat.com/security/cve/CVE-2026-6238"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery",
"url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_46836.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2026-09-06T03:01:44+00:00",
"generator": {
"date": "2026-09-06T03:01:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:46836",
"initial_release_date": "2026-07-27T16:07:57+00:00",
"revision_history": [
{
"date": "2026-07-27T16:07:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-09-04T00:36:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-06T03:01:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Afa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6?arch=amd64\u0026repository_url=registry.redhat.io/discovery/discovery-server-rhel9\u0026tag=1784821670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691?arch=amd64\u0026repository_url=registry.redhat.io/discovery/discovery-ui-rhel9\u0026tag=1784821750"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3A0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47?arch=arm64\u0026repository_url=registry.redhat.io/discovery/discovery-server-rhel9\u0026tag=1784821670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752?arch=arm64\u0026repository_url=registry.redhat.io/discovery/discovery-ui-rhel9\u0026tag=1784821750"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Mohamed Maatallah"
]
}
],
"cve": "CVE-2025-5278",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-05-27T13:50:20.148000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2368764"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GNU Coreutils. The sort utility\u0027s begfield() function is vulnerable to a heap buffer under-read. The program may access memory outside the allocated buffer if a user runs a crafted command using the traditional key format. A malicious input could lead to a crash or leak sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "coreutils: Heap Buffer Under-Read in GNU Coreutils sort via Key Specification",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The severity of this issue is considered Moderate rather than Critical because successful exploitation requires the use of the traditional key specification syntax with an exceptionally large character position value, which is uncommon in typical usage. Although the vulnerability can lead to a heap buffer overflow resulting in a read one byte before the allocated buffer, it does not enable code execution, privilege escalation, or direct compromise of data confidentiality or integrity. The impact is therefore primarily limited to potential service disruption due to application crashes.\n\nFurthermore, default RHEL configurations such as SELinux enforcement, ASLR, and memory protections reduce the likelihood of exploitation and limit the scope of any resulting impact. These safeguards, along with typical system usage patterns that do not commonly invoke the vulnerable code path, restrict exploitability in default and hardened environments. Consequently, the vulnerability\u2019s overall security impact is mitigated compared to flaws that allow immediate code execution or broader compromise across system components.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-5278"
},
{
"category": "external",
"summary": "RHBZ#2368764",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2368764"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-5278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-5278"
},
{
"category": "external",
"summary": "https://cgit.git.savannah.gnu.org/cgit/coreutils.git/commit/?id=8c9602e3a145e9596dc1a63c6ed67865814b6633",
"url": "https://cgit.git.savannah.gnu.org/cgit/coreutils.git/commit/?id=8c9602e3a145e9596dc1a63c6ed67865814b6633"
},
{
"category": "external",
"summary": "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78507",
"url": "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78507"
}
],
"release_date": "2025-05-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "coreutils: Heap Buffer Under-Read in GNU Coreutils sort via Key Specification"
},
{
"acknowledgments": [
{
"names": [
"Ahmed Lekssays"
]
}
],
"cve": "CVE-2025-6170",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-06-16T05:33:22.955000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372952"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the interactive shell of the xmllint command-line tool, used for parsing XML files. When a user inputs an overly long command, the program does not check the input size properly, which can cause it to crash. This issue might allow attackers to run harmful code in rare configurations without modern protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Stack Buffer Overflow in xmllint Interactive Shell Command Handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Red Hat Product Security team has rated the severity of this vulnerability as Low, since it affects only the interactive shell mode of the xmllint tool and requires a user to manually run the tool and enter or receive specially crafted input. The exploitation requires local access and a highly specific usage scenario that is uncommon in typical environments. While it can cause a crash, the impact is limited to availability, and exploitation is unlikely in real-world deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6170"
},
{
"category": "external",
"summary": "RHBZ#2372952",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372952"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6170"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6170",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6170"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/941",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/941"
}
],
"release_date": "2025-06-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to a widespread installation base, or stability. It is strongly recommended to apply the upstream patch once available.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.5,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "libxml2: Stack Buffer Overflow in xmllint Interactive Shell Command Handling"
},
{
"cve": "CVE-2026-5435",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-04-28T14:01:44.684432+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463465"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc, the GNU C Library. Specifically, deprecated functions responsible for printing TSIG (Transaction Signature) records fail to properly manage memory buffers. This oversight can lead to an out-of-bounds write when processing specially crafted TSIG records. An attacker could exploit this to cause a denial of service or potentially execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Out-of-bounds write via TSIG record processing",
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5435"
},
{
"category": "external",
"summary": "RHBZ#2463465",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463465"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5435",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5435"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5435",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5435"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/7a655d55-276f-41fe-b550-feb3ebb2ce91@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/7a655d55-276f-41fe-b550-feb3ebb2ce91@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=34033",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34033"
}
],
"release_date": "2026-04-28T11:58:54.962000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Out-of-bounds write via TSIG record processing"
},
{
"cve": "CVE-2026-5450",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-20T21:01:35.403778+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459853"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). This vulnerability occurs when an application uses the `scanf` family of functions with a `%mc` format specifier, which is used for dynamically allocating memory for character input, and provides an explicit width greater than 1024. This specific combination can lead to a one-byte heap buffer overflow, potentially allowing an attacker to corrupt memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Because this flaw requires that an affected application call the affected functions with an attacker-supplied value, Red Hat assesses the Attack Complexity of this flaw as High. Additionally, the flaw overflows a single byte onto the heap, so meaningful exploitation requires that the heap is structured such that a single byte can lead to an attacker-controlled outcome, or that the affected functions can be invoked with an attacker-controlled buffer base address. Regarding Attack Vector and Privileges Required, Red Hat assesses these elements as Local and Low respectively, as remote unauthenticated exploitation would require all the conditions above in a library client that listened on a network port and processed attacker-controllable data with the affected library functions.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5450"
},
{
"category": "external",
"summary": "RHBZ#2459853",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459853"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5450",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5450"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/b11f0003-6ec1-4bd6-b9de-9e38a4efeca3@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5450#range-21286997"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=CVE-2026-5450"
}
],
"release_date": "2026-04-20T20:55:41.170000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Heap Buffer Overflow in `scanf` with `%mc` format specifier and large width"
},
{
"cve": "CVE-2026-5928",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2026-04-20T21:01:38.811304+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459854"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). When the `ungetwc` function is called on a file stream using wide characters with specific overlapping single-byte and multi-byte encodings, it may attempt to read data outside of its allocated buffer. This can lead to the unintentional disclosure of sensitive information from memory or cause the program to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Information disclosure or denial of service via ungetwc function with specific wide character encodings",
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5928"
},
{
"category": "external",
"summary": "RHBZ#2459854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5928",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5928"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5928",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5928"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=33998"
}
],
"release_date": "2026-04-20T20:37:31.743000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Information disclosure or denial of service via ungetwc function with specific wide character encodings"
},
{
"cve": "CVE-2026-6238",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-04-28T19:09:30.721026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463539"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glibc (GNU C Library). The deprecated functions ns_printrrf, ns_printrr, and fp_nquery do not properly validate the length of RDATA (Resource Record Data) in a DNS (Domain Name System) response when processing specific record types like LOC, CERT, TKEY, or TSIG. A remote attacker could craft a malicious DNS response, leading to a target application crashing or reading uninitialized memory. These functions are intended for application debugging and are not part of the standard DNS resolver path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: glibc: Application crash or uninitialized memory read via crafted DNS response",
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6238"
},
{
"category": "external",
"summary": "RHBZ#2463539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463539"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6238"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6238",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6238"
},
{
"category": "external",
"summary": "https://inbox.sourceware.org/libc-announce/7a655d55-276f-41fe-b550-feb3ebb2ce91@redhat.com/T/#u",
"url": "https://inbox.sourceware.org/libc-announce/7a655d55-276f-41fe-b550-feb3ebb2ce91@redhat.com/T/#u"
},
{
"category": "external",
"summary": "https://sourceware.org/bugzilla/show_bug.cgi?id=34069",
"url": "https://sourceware.org/bugzilla/show_bug.cgi?id=34069"
}
],
"release_date": "2026-04-28T16:43:08.526000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: glibc: Application crash or uninitialized memory read via crafted DNS response"
},
{
"acknowledgments": [
{
"names": [
"Tommaso Bona"
]
}
],
"cve": "CVE-2026-11332",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-04-14T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2485379"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ansible-core. The ansible-galaxy role install command processes dependency specifications from a role\u0027s meta/requirements.yml file. Due to improper neutralization of argument delimiters, a malicious role author can inject arbitrary git configuration flags through the src field. This allows arbitrary code execution on the machine of a user who installs the role via ansible-galaxy role install.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Conditions for Exploitation: Successful exploitation requires user interaction, specifically tricking a victim into installing a maliciously crafted Ansible role (or a role with a malicious dependency) using the ansible-galaxy role install command.\n\nBroad Impact: While user interaction is required, the potential impact is highly severe. Successfully injecting the malicious arguments allows a remote attacker to achieve arbitrary code execution on the machine running the Ansible command, leading to a full compromise of the user\u0027s environment and system integrity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-11332"
},
{
"category": "external",
"summary": "RHBZ#2485379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2485379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-11332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-11332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-11332"
},
{
"category": "external",
"summary": "https://github.com/ansible/ansible",
"url": "https://github.com/ansible/ansible"
}
],
"release_date": "2026-06-05T07:12:55.739000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution"
},
{
"cve": "CVE-2026-15308",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-07-09T18:02:10.090070+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2498608"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Python. Its incremental HTML parser can be exploited by a remote attacker. By sending specially crafted, uncontrolled data with repeated, incomplete markup declarations, the attacker can cause the system to consume excessive central processing unit (CPU) resources. This leads to a denial of service, making the affected system unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important vulnerability in Python\u0027s `html.parser.HTMLParser` can lead to a denial of service. By supplying specially crafted, malformed HTML with repeated unterminated markup declarations, an attacker can cause excessive CPU consumption, rendering the system unresponsive. Red Hat products utilizing this parser to process untrusted HTML content are susceptible to resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-15308"
},
{
"category": "external",
"summary": "RHBZ#2498608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2498608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-15308",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-15308"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15308",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15308"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9",
"url": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced",
"url": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606",
"url": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd",
"url": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/issues/153030",
"url": "https://github.com/python/cpython/issues/153030"
},
{
"category": "external",
"summary": "https://github.com/python/cpython/pull/153031",
"url": "https://github.com/python/cpython/pull/153031"
},
{
"category": "external",
"summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/",
"url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/"
}
],
"release_date": "2026-07-09T17:10:57.317000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "python: Python: CPU Denial of Service in HTML parser via repeated unterminated markup declarations"
},
{
"cve": "CVE-2026-42055",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-06-17T16:01:41.848723+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2489866"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NGINX. When NGINX is configured to proxy HTTP/2 traffic using the ngx_http_proxy_v2_module or ngx_http_grpc_module with specific settings, a remote, unauthenticated attacker can send specially crafted large headers. This can trigger a heap-based buffer overflow, leading to a restart of the NGINX worker process and a Denial of Service (DoS). Under certain conditions, such as when Address Space Layout Randomization (ASLR) is disabled or bypassed, this vulnerability could also allow for arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nginx: NGINX: Arbitrary code execution or Denial of Service via heap-based buffer overflow with crafted HTTP/2 headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified as Important severity primarily because:\nConditions for Exploitation: A remote, unauthenticated attacker can only exploit this if NGINX is explicitly configured to proxy HTTP/2 traffic using the ngx_http_proxy_v2_module or ngx_http_grpc_module.\n\nImpact Limitations: While the flaw reliably causes a Denial of Service (worker restart), achieving arbitrary code execution is highly complex in modern environments as it requires the attacker to bypass or disable Address Space Layout Randomization (ASLR)",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42055"
},
{
"category": "external",
"summary": "RHBZ#2489866",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2489866"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42055",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42055"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42055",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42055"
},
{
"category": "external",
"summary": "https://my.f5.com/manage/s/article/K000161584",
"url": "https://my.f5.com/manage/s/article/K000161584"
}
],
"release_date": "2026-06-17T14:04:32.520000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that the `ignore_invalid_headers` directive is set to `on` in your NGINX configuration, or reduce the size specified by the `large_client_header_buffers` directive to 2 megabytes or less. These changes require an NGINX service reload or restart to take effect. Reloading the NGINX service is generally safe, but a restart will briefly interrupt service.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nginx: NGINX: Arbitrary code execution or Denial of Service via heap-based buffer overflow with crafted HTTP/2 headers"
},
{
"acknowledgments": [
{
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2026-48864",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-21T23:19:41+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460425"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libsolv. This heap buffer overflow occurs during the decompression of attacker-controlled compressed data within `.solv` files due to insufficient input validation. An attacker can provide a specially crafted `.solv` file, which, when processed by a vulnerable application, can lead to out-of-bounds memory access. This could result in information disclosure, alteration of program execution, or a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This heap buffer overflow in libsolv\u0027s page decompression logic can lead to out-of-bounds reads and writes when processing specially crafted `.solv` files. Exploitation requires a victim application to ingest malicious repository metadata, limiting the attack vector to scenarios involving user interaction or untrusted content sources. Given the user interaction needed, Red Hat Product Security has rated this vulnerability as having a impact of Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-48864"
},
{
"category": "external",
"summary": "RHBZ#2460425",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460425"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-48864",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-48864"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-48864",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-48864"
}
],
"release_date": "2026-05-26T16:07:55.363000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libsolv: Heap buffer overflow in libsolv repopagestore via unchecked decompression of malicious .solv page data"
},
{
"acknowledgments": [
{
"names": [
"Andrew Tridgell \u003ctridge60@gmail.com\u003e",
"Alexander Peslyak \u003csolar@openwall.com\u003e"
]
}
],
"cve": "CVE-2026-54369",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-06-16T23:47:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490277"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `acl` package, specifically within its `libacl` pathname-based functions. A local attacker could exploit this vulnerability by using a symbolic link to replace a pathname component. This could allow the attacker to redirect access control list (ACL) read or write operations to arbitrary files or directories, leading to unauthorized manipulation of ACLs and ultimately local privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "acl: Symlink traversal privilege escalation via libacl functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates this flaw as Important because a local attacker who controls any component of a pathname processed by a privileged process using libacl can redirect ACL operations to arbitrary files. Exploitation requires local access with the ability to create symlinks in a directory that a privileged program later processes with acl_get_file() or acl_set_file(). In default RHEL and OpenShift CoreOS configurations, standard file permission settings limit where unprivileged users can create symlinks, reducing the practical attack surface. Programs that operate on user-supplied paths with elevated privileges are most at risk.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54369"
},
{
"category": "external",
"summary": "RHBZ#2490277",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490277"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54369",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54369"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54369",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54369"
}
],
"release_date": "2026-06-29T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "Restrict unprivileged users from creating symlinks in directories that privileged processes operate on with ACL commands. Where possible, use the fs.protected_symlinks sysctl (enabled by default on RHEL 7+), which prevents symlink following in world-writable sticky directories unless the owner of the symlink matches the owner of the target file or directory.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "acl: Symlink traversal privilege escalation via libacl functions"
},
{
"acknowledgments": [
{
"names": [
"Andrew Tridgell \u003ctridge60@gmail.com\u003e",
"Alexander Peslyak \u003csolar@openwall.com\u003e"
]
}
],
"cve": "CVE-2026-54370",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-06-16T19:47:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2490279"
}
],
"notes": [
{
"category": "description",
"text": "A time-of-check to time-of-use (TOCTOU) race condition vulnerability was found in `acl`. By replacing a pathname component with a symbolic link between a security check and subsequent file operations, an attacker can redirect file access control list operations. This occurs when privileged processes invoke `getfacl` or `setfacl` over an attacker-controlled path, potentially leading to local privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "acl: TOCTOU Symlink Traversal via getfacl/setfacl",
"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 Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-54370"
},
{
"category": "external",
"summary": "RHBZ#2490279",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2490279"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-54370",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-54370"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-54370",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-54370"
}
],
"release_date": "2026-06-29T13:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "acl: TOCTOU Symlink Traversal via getfacl/setfacl"
},
{
"acknowledgments": [
{
"names": [
"linhlhq"
]
}
],
"cve": "CVE-2026-58016",
"cwe": {
"id": "CWE-191",
"name": "Integer Underflow (Wrap or Wraparound)"
},
"discovery_date": "2026-06-24T17:29:08.344000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2492257"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in GLib. A state confusion issue exists in g_dbus_node_info_new_for_xml() in the gio/gdbusintrospection.c file when processing malformed D-Bus introspection XML, specifically with a `node` element nested within other elements like `method`, `signal`, `property` or `arg`. This issue can cause an unsigned integer overflow and lead to an out-of-bounds read, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glib: integer underflow in gio/gdbusintrospection.c via \"g_dbus_node_info_new_for_xml\"",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Any applications processing D-Bus introspection XML input from untrusted sources with g_dbus_node_info_new_for_xml() are vulnerable to this issue. In GLib itself, the gdbus command line tool is the primary vector for local exploitation. However, other applications using the vulnerable function may process untrusted input in a way that allows a remote attacker to trigger this flaw. This vulnerability can cause an unsigned integer overflow and lead to an out-of-bounds read, resulting in a denial of service. As this vulnerability allows a remote attacker to cause a denial of service, it has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-58016"
},
{
"category": "external",
"summary": "RHBZ#2492257",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2492257"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-58016",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-58016"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-58016",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-58016"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/glib/-/issues/3932",
"url": "https://gitlab.gnome.org/GNOME/glib/-/issues/3932"
}
],
"release_date": "2026-04-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-07-27T16:07:57+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:46836"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement input validation to sanitize untrusted D-Bus introspection XML, specifically rejecting malformed structures such as \u003cnode\u003e elements improperly nested within \u003cmethod\u003e, \u003csignal\u003e, \u003cproperty\u003e or \u003carg\u003e elements before calling g_dbus_node_info_new_for_xml(). Alternatively, restricting the application to only process XML input from trusted, authenticated sources will completely neutralize this issue.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"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 Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:0c4f21c943641c8b229a8f018be12cb4a833ab5acd02b3bebc427bfb47635f47_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:fa528360848fc7e33946c1e5d0617cad56963243ccc1c7fd7fa77075e744c8b6_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:1bb1b35d3061357f4fa46c07e20adc988cff1b0f775bd2c2268b18ac98273752_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:25da43b1b6808948e4283885706b46f533037fe3a16c6b8f77c0dce0a8dfb691_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "glib: integer underflow in gio/gdbusintrospection.c via \"g_dbus_node_info_new_for_xml\""
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.